Html Css Color HEX #72126D Palatinate Purple

📋 copy color: '#72126D'

red 114 ◦ green 18 ◦ blue 109

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

Shades of Palatinate Purple #72126D

Tints of Palatinate Purple #72126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 47.3%
G = 7.47%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72126D (or 0x72126D) is known color: Palatinate Purple. HEX triplet: 72, 12 and 6D. RGB value is (114,18,109). Sum of RGB (Red+Green+Blue) = 114+18+109=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72126D is #8DED92. Grayscale: #383838. Windows color (decimal): -9301395 or 7148146. OLE color: 7148146.

HSL color Cylindrical-coordinate representation of color #72126D: hue angle of 303.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72126D is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 109 -
CMYK 0 0.84 0.04 0.55
HSL 303.13º 0.73% 0.26% -
HSV(B) 303.13º 0.84% 0.45% -
XYZ 9.92 5.11 14.93 -
YUV 57.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 114 18 109 0 0.84 0.04 0.55 303.13 0.73 0.26
Hex 72 12 6D 0 54 4 37 12F 49 1A
Octal 162 22 155 0 124 4 67 457 111 32
Binary 1110010 10010 1101101 0 1010100 100 110111 100101111 1001001 11010

Color Harmonies of #72126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72126D

Black with #72126D

Text Example


Text Example

White with #72126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72126D; }

 p { color: rgb(114,18,109); }

 H1.HeaderClassName
 {
   color: #72126D;
 }
 .AnyTagClassName
 {
   color: #72126D;
 }
</style>

background-color css

<style>
 a { background-color: #72126D; }

 a { background-color: rgb(114,18,109); }

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

border-color css

<style>
 span { border-color: #72126D; }

 span { border-color: rgb(114,18,109); }

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