Html Css Color HEX #72196F Palatinate Purple

📋 copy color: '#72196F'

red 114 ◦ green 25 ◦ blue 111

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

Shades of Palatinate Purple #72196F

Tints of Palatinate Purple #72196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

 BLUE value IS 111 (43.75% from 255) = 44.4%

R = 45.6%
G = 10%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#72196F (or 0x72196F) is known color: Palatinate Purple. HEX triplet: 72, 19 and 6F. RGB value is (114,25,111). Sum of RGB (Red+Green+Blue) = 114+25+111=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #72196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72196F is #8DE690. Grayscale: #3D3D3D. Windows color (decimal): -9299601 or 7281010. OLE color: 7281010.

HSL color Cylindrical-coordinate representation of color #72196F: hue angle of 302.02º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72196F is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 111 -
CMYK 0 0.78 0.03 0.55
HSL 302.02º 0.64% 0.27% -
HSV(B) 302.02º 0.78% 0.45% -
XYZ 10.16 5.42 15.55 -
YUV 61.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 114 25 111 0 0.78 0.03 0.55 302.02 0.64 0.27
Hex 72 19 6F 0 4E 3 37 12E 40 1B
Octal 162 31 157 0 116 3 67 456 100 33
Binary 1110010 11001 1101111 0 1001110 11 110111 100101110 1000000 11011

Color Harmonies of #72196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72196F

Black with #72196F

Text Example


Text Example

White with #72196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72196F; }

 p { color: rgb(114,25,111); }

 H1.HeaderClassName
 {
   color: #72196F;
 }
 .AnyTagClassName
 {
   color: #72196F;
 }
</style>

background-color css

<style>
 a { background-color: #72196F; }

 a { background-color: rgb(114,25,111); }

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

border-color css

<style>
 span { border-color: #72196F; }

 span { border-color: rgb(114,25,111); }

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