Html Css Color HEX #72216E Palatinate Purple

📋 copy color: '#72216E'

red 114 ◦ green 33 ◦ blue 110

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

Shades of Palatinate Purple #72216E

Tints of Palatinate Purple #72216E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.84%

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 44.36%
G = 12.84%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72216E (or 0x72216E) is known color: Palatinate Purple. HEX triplet: 72, 21 and 6E. RGB value is (114,33,110). Sum of RGB (Red+Green+Blue) = 114+33+110=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72216E is #8DDE91. Grayscale: #414141. Windows color (decimal): -9297554 or 7217522. OLE color: 7217522.

HSL color Cylindrical-coordinate representation of color #72216E: hue angle of 302.96º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72216E is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 33 110 -
CMYK 0 0.71 0.04 0.55
HSL 302.96º 0.55% 0.29% -
HSV(B) 302.96º 0.71% 0.45% -
XYZ 10.3 5.79 15.33 -
YUV 66 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 114 33 110 0 0.71 0.04 0.55 302.96 0.55 0.29
Hex 72 21 6E 0 47 4 37 12F 37 1D
Octal 162 41 156 0 107 4 67 457 67 35
Binary 1110010 100001 1101110 0 1000111 100 110111 100101111 110111 11101

Color Harmonies of #72216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72216E

Black with #72216E

Text Example


Text Example

White with #72216E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,33,110); }

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

background-color css

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

 a { background-color: rgb(114,33,110); }

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

border-color css

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

 span { border-color: rgb(114,33,110); }

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