Html Css Color HEX #58194F Palatinate Purple

📋 copy color: '#58194F'

red 88 ◦ green 25 ◦ blue 79

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

Shades of Palatinate Purple #58194F

Tints of Palatinate Purple #58194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

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

R = 45.83%
G = 13.02%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58194F (or 0x58194F) is known color: Palatinate Purple. HEX triplet: 58, 19 and 4F. RGB value is (88,25,79). Sum of RGB (Red+Green+Blue) = 88+25+79=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #58194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58194F is #A7E6B0. Grayscale: #313131. Windows color (decimal): -11003569 or 5183832. OLE color: 5183832.

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

Color convert

RGB 88 25 79 -
CMYK 0 0.72 0.10 0.65
HSL 308.57º 0.56% 0.22% -
HSV(B) 308.57º 0.72% 0.35% -
XYZ 5.78 3.33 7.74 -
YUV 49.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 88 25 79 0 0.72 0.10 0.65 308.57 0.56 0.22
Hex 58 19 4F 0 48 A 41 135 38 16
Octal 130 31 117 0 110 12 101 465 70 26
Binary 1011000 11001 1001111 0 1001000 1010 1000001 100110101 111000 10110

Color Harmonies of #58194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58194F

Black with #58194F

Text Example


Text Example

White with #58194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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