Html Css Color HEX #72055C Palatinate Purple

📋 copy color: '#72055C'

red 114 ◦ green 5 ◦ blue 92

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

Shades of Palatinate Purple #72055C

Tints of Palatinate Purple #72055C

RGB

 RED value IS 114 (44.92% from 255) = 54.03%

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 54.03%
G = 2.37%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72055C (or 0x72055C) is known color: Palatinate Purple. HEX triplet: 72, 05 and 5C. RGB value is (114,5,92). Sum of RGB (Red+Green+Blue) = 114+5+92=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72055C is #8DFAA3. Grayscale: #2F2F2F. Windows color (decimal): -9304740 or 6030706. OLE color: 6030706.

HSL color Cylindrical-coordinate representation of color #72055C: hue angle of 312.11º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72055C is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 92 -
CMYK 0 0.96 0.19 0.55
HSL 312.11º 0.92% 0.23% -
HSV(B) 312.11º 0.96% 0.45% -
XYZ 8.93 4.46 10.52 -
YUV 47.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 114 5 92 0 0.96 0.19 0.55 312.11 0.92 0.23
Hex 72 5 5C 0 60 13 37 138 5C 17
Octal 162 5 134 0 140 23 67 470 134 27
Binary 1110010 101 1011100 0 1100000 10011 110111 100111000 1011100 10111

Color Harmonies of #72055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72055C

Black with #72055C

Text Example


Text Example

White with #72055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72055C; }

 p { color: rgb(114,5,92); }

 H1.HeaderClassName
 {
   color: #72055C;
 }
 .AnyTagClassName
 {
   color: #72055C;
 }
</style>

background-color css

<style>
 a { background-color: #72055C; }

 a { background-color: rgb(114,5,92); }

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

border-color css

<style>
 span { border-color: #72055C; }

 span { border-color: rgb(114,5,92); }

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