Html Css Color HEX #72246A Palatinate Purple

📋 copy color: '#72246A'

red 114 ◦ green 36 ◦ blue 106

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

Shades of Palatinate Purple #72246A

Tints of Palatinate Purple #72246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

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

R = 44.53%
G = 14.06%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72246A (or 0x72246A) is known color: Palatinate Purple. HEX triplet: 72, 24 and 6A. RGB value is (114,36,106). Sum of RGB (Red+Green+Blue) = 114+36+106=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72246A is #8DDB95. Grayscale: #434343. Windows color (decimal): -9296790 or 6956146. OLE color: 6956146.

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

Color convert

RGB 114 36 106 -
CMYK 0 0.68 0.07 0.55
HSL 306.15º 0.52% 0.29% -
HSV(B) 306.15º 0.68% 0.45% -
XYZ 10.17 5.88 14.23 -
YUV 67.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 114 36 106 0 0.68 0.07 0.55 306.15 0.52 0.29
Hex 72 24 6A 0 44 7 37 132 34 1D
Octal 162 44 152 0 104 7 67 462 64 35
Binary 1110010 100100 1101010 0 1000100 111 110111 100110010 110100 11101

Color Harmonies of #72246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72246A

Black with #72246A

Text Example


Text Example

White with #72246A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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