Html Css Color HEX #72236C Palatinate Purple

📋 copy color: '#72236C'

red 114 ◦ green 35 ◦ blue 108

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

Shades of Palatinate Purple #72236C

Tints of Palatinate Purple #72236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

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

R = 44.36%
G = 13.62%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72236C (or 0x72236C) is known color: Palatinate Purple. HEX triplet: 72, 23 and 6C. RGB value is (114,35,108). Sum of RGB (Red+Green+Blue) = 114+35+108=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72236C is #8DDC93. Grayscale: #424242. Windows color (decimal): -9297044 or 7086962. OLE color: 7086962.

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

Color convert

RGB 114 35 108 -
CMYK 0 0.69 0.05 0.55
HSL 304.56º 0.53% 0.29% -
HSV(B) 304.56º 0.69% 0.45% -
XYZ 10.25 5.86 14.78 -
YUV 66.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 114 35 108 0 0.69 0.05 0.55 304.56 0.53 0.29
Hex 72 23 6C 0 45 5 37 131 35 1D
Octal 162 43 154 0 105 5 67 461 65 35
Binary 1110010 100011 1101100 0 1000101 101 110111 100110001 110101 11101

Color Harmonies of #72236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72236C

Black with #72236C

Text Example


Text Example

White with #72236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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