Html Css Color HEX #58164E Palatinate Purple

📋 copy color: '#58164E'

red 88 ◦ green 22 ◦ blue 78

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

Shades of Palatinate Purple #58164E

Tints of Palatinate Purple #58164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.7%

 BLUE value IS 78 (30.86% from 255) = 41.49%

R = 46.81%
G = 11.7%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58164E (or 0x58164E) is known color: Palatinate Purple. HEX triplet: 58, 16 and 4E. RGB value is (88,22,78). Sum of RGB (Red+Green+Blue) = 88+22+78=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58164E is #A7E9B1. Grayscale: #2F2F2F. Windows color (decimal): -11004338 or 5117528. OLE color: 5117528.

HSL color Cylindrical-coordinate representation of color #58164E: hue angle of 309.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58164E is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 22 78 -
CMYK 0 0.75 0.11 0.65
HSL 309.09º 0.6% 0.22% -
HSV(B) 309.09º 0.75% 0.35% -
XYZ 5.69 3.2 7.53 -
YUV 48.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 88 22 78 0 0.75 0.11 0.65 309.09 0.6 0.22
Hex 58 16 4E 0 4B B 41 135 3C 16
Octal 130 26 116 0 113 13 101 465 74 26
Binary 1011000 10110 1001110 0 1001011 1011 1000001 100110101 111100 10110

Color Harmonies of #58164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58164E

Black with #58164E

Text Example


Text Example

White with #58164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58164E; }

 p { color: rgb(88,22,78); }

 H1.HeaderClassName
 {
   color: #58164E;
 }
 .AnyTagClassName
 {
   color: #58164E;
 }
</style>

background-color css

<style>
 a { background-color: #58164E; }

 a { background-color: rgb(88,22,78); }

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

border-color css

<style>
 span { border-color: #58164E; }

 span { border-color: rgb(88,22,78); }

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