Html Css Color HEX #72286A Palatinate Purple

📋 copy color: '#72286A'

red 114 ◦ green 40 ◦ blue 106

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

Shades of Palatinate Purple #72286A

Tints of Palatinate Purple #72286A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

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

R = 43.85%
G = 15.38%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72286A (or 0x72286A) is known color: Palatinate Purple. HEX triplet: 72, 28 and 6A. RGB value is (114,40,106). Sum of RGB (Red+Green+Blue) = 114+40+106=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72286A is #8DD795. Grayscale: #454545. Windows color (decimal): -9295766 or 6957170. OLE color: 6957170.

HSL color Cylindrical-coordinate representation of color #72286A: hue angle of 306.49º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72286A is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 40 106 -
CMYK 0 0.65 0.07 0.55
HSL 306.49º 0.48% 0.3% -
HSV(B) 306.49º 0.65% 0.45% -
XYZ 10.3 6.14 14.28 -
YUV 69.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 114 40 106 0 0.65 0.07 0.55 306.49 0.48 0.3
Hex 72 28 6A 0 41 7 37 132 30 1E
Octal 162 50 152 0 101 7 67 462 60 36
Binary 1110010 101000 1101010 0 1000001 111 110111 100110010 110000 11110

Color Harmonies of #72286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72286A

Black with #72286A

Text Example


Text Example

White with #72286A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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