Html Css Color HEX #72236B Palatinate Purple

📋 copy color: '#72236B'

red 114 ◦ green 35 ◦ blue 107

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

Shades of Palatinate Purple #72236B

Tints of Palatinate Purple #72236B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.8%

R = 44.53%
G = 13.67%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72236B (or 0x72236B) is known color: Palatinate Purple. HEX triplet: 72, 23 and 6B. RGB value is (114,35,107). Sum of RGB (Red+Green+Blue) = 114+35+107=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72236B is #8DDC94. Grayscale: #424242. Windows color (decimal): -9297045 or 7021426. OLE color: 7021426.

HSL color Cylindrical-coordinate representation of color #72236B: hue angle of 305.32º 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 #72236B is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 35 107 -
CMYK 0 0.69 0.06 0.55
HSL 305.32º 0.53% 0.29% -
HSV(B) 305.32º 0.69% 0.45% -
XYZ 10.19 5.84 14.5 -
YUV 66.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 114 35 107 0 0.69 0.06 0.55 305.32 0.53 0.29
Hex 72 23 6B 0 45 6 37 131 35 1D
Octal 162 43 153 0 105 6 67 461 65 35
Binary 1110010 100011 1101011 0 1000101 110 110111 100110001 110101 11101

Color Harmonies of #72236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72236B

Black with #72236B

Text Example


Text Example

White with #72236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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