Html Css Color HEX #72236A Palatinate Purple

📋 copy color: '#72236A'

red 114 ◦ green 35 ◦ blue 106

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

Shades of Palatinate Purple #72236A

Tints of Palatinate Purple #72236A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

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

R = 44.71%
G = 13.73%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72236A (or 0x72236A) is known color: Palatinate Purple. HEX triplet: 72, 23 and 6A. RGB value is (114,35,106). Sum of RGB (Red+Green+Blue) = 114+35+106=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72236A is #8DDC95. Grayscale: #424242. Windows color (decimal): -9297046 or 6955890. OLE color: 6955890.

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

Color convert

RGB 114 35 106 -
CMYK 0 0.69 0.07 0.55
HSL 306.08º 0.53% 0.29% -
HSV(B) 306.08º 0.69% 0.45% -
XYZ 10.14 5.82 14.22 -
YUV 66.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 114 35 106 0 0.69 0.07 0.55 306.08 0.53 0.29
Hex 72 23 6A 0 45 7 37 132 35 1D
Octal 162 43 152 0 105 7 67 462 65 35
Binary 1110010 100011 1101010 0 1000101 111 110111 100110010 110101 11101

Color Harmonies of #72236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72236A

Black with #72236A

Text Example


Text Example

White with #72236A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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