Html Css Color HEX #58154F Palatinate Purple

📋 copy color: '#58154F'

red 88 ◦ green 21 ◦ blue 79

#58154F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #58154F

Tints of Palatinate Purple #58154F

RGB

 RED value IS 88 (34.77% from 255) = 46.81%

 GREEN value IS 21 (8.59% from 255) = 11.17%

 BLUE value IS 79 (31.25% from 255) = 42.02%

R = 46.81%
G = 11.17%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#58154F (or 0x58154F) is known color: Palatinate Purple. HEX triplet: 58, 15 and 4F. RGB value is (88,21,79). Sum of RGB (Red+Green+Blue) = 88+21+79=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58154F is #A7EAB0. Grayscale: #2F2F2F. Windows color (decimal): -11004593 or 5182808. OLE color: 5182808.

HSL color Cylindrical-coordinate representation of color #58154F: hue angle of 308.06º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58154F is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 21 79 -
CMYK 0 0.76 0.10 0.65
HSL 308.06º 0.61% 0.21% -
HSV(B) 308.06º 0.76% 0.35% -
XYZ 5.7 3.18 7.71 -
YUV 47.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 88 21 79 0 0.76 0.10 0.65 308.06 0.61 0.21
Hex 58 15 4F 0 4C A 41 134 3D 15
Octal 130 25 117 0 114 12 101 464 75 25
Binary 1011000 10101 1001111 0 1001100 1010 1000001 100110100 111101 10101

Color Harmonies of #58154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58154F

Black with #58154F

Text Example


Text Example

White with #58154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58154F; }

 p { color: rgb(88,21,79); }

 H1.HeaderClassName
 {
   color: #58154F;
 }
 .AnyTagClassName
 {
   color: #58154F;
 }
</style>

background-color css

<style>
 a { background-color: #58154F; }

 a { background-color: rgb(88,21,79); }

 div.DivClassName
 {
   background-color: #58154F;
 }
 .BgClassName
 {
   background-color: #58154F;
 }
</style>

border-color css

<style>
 span { border-color: #58154F; }

 span { border-color: rgb(88,21,79); }

 td.TdClassName
 {
   border-color: #58154F;
 }
 .TagClassName
 {
   border-color: #58154F;
 }
</style>