Html Css Color HEX #72246C Palatinate Purple

📋 copy color: '#72246C'

red 114 ◦ green 36 ◦ blue 108

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

Shades of Palatinate Purple #72246C

Tints of Palatinate Purple #72246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.95%

 BLUE value IS 108 (42.58% from 255) = 41.86%

R = 44.19%
G = 13.95%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72246C (or 0x72246C) is known color: Palatinate Purple. HEX triplet: 72, 24 and 6C. RGB value is (114,36,108). Sum of RGB (Red+Green+Blue) = 114+36+108=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72246C is #8DDB93. Grayscale: #434343. Windows color (decimal): -9296788 or 7087218. OLE color: 7087218.

HSL color Cylindrical-coordinate representation of color #72246C: hue angle of 304.62º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72246C is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 36 108 -
CMYK 0 0.68 0.05 0.55
HSL 304.62º 0.52% 0.29% -
HSV(B) 304.62º 0.68% 0.45% -
XYZ 10.28 5.92 14.79 -
YUV 67.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 114 36 108 0 0.68 0.05 0.55 304.62 0.52 0.29
Hex 72 24 6C 0 44 5 37 131 34 1D
Octal 162 44 154 0 104 5 67 461 64 35
Binary 1110010 100100 1101100 0 1000100 101 110111 100110001 110100 11101

Color Harmonies of #72246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72246C

Black with #72246C

Text Example


Text Example

White with #72246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,36,108); }

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

background-color css

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

 a { background-color: rgb(114,36,108); }

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

border-color css

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

 span { border-color: rgb(114,36,108); }

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