Html Css Color HEX #72126A Palatinate Purple

📋 copy color: '#72126A'

red 114 ◦ green 18 ◦ blue 106

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

Shades of Palatinate Purple #72126A

Tints of Palatinate Purple #72126A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.54%

R = 47.9%
G = 7.56%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72126A (or 0x72126A) is known color: Palatinate Purple. HEX triplet: 72, 12 and 6A. RGB value is (114,18,106). Sum of RGB (Red+Green+Blue) = 114+18+106=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #72126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72126A is #8DED95. Grayscale: #383838. Windows color (decimal): -9301398 or 6951538. OLE color: 6951538.

HSL color Cylindrical-coordinate representation of color #72126A: hue angle of 305º 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 #72126A is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 106 -
CMYK 0 0.84 0.07 0.55
HSL 305º 0.73% 0.26% -
HSV(B) 305º 0.84% 0.45% -
XYZ 9.76 5.05 14.1 -
YUV 56.74 155.8 168.84 -
System Red Green Blue C M Y K H S L
Decimal 114 18 106 0 0.84 0.07 0.55 305 0.73 0.26
Hex 72 12 6A 0 54 7 37 131 49 1A
Octal 162 22 152 0 124 7 67 461 111 32
Binary 1110010 10010 1101010 0 1010100 111 110111 100110001 1001001 11010

Color Harmonies of #72126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72126A

Black with #72126A

Text Example


Text Example

White with #72126A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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