Html Css Color HEX #72236D Palatinate Purple

📋 copy color: '#72236D'

red 114 ◦ green 35 ◦ blue 109

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

Shades of Palatinate Purple #72236D

Tints of Palatinate Purple #72236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.25%

R = 44.19%
G = 13.57%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72236D (or 0x72236D) is known color: Palatinate Purple. HEX triplet: 72, 23 and 6D. RGB value is (114,35,109). Sum of RGB (Red+Green+Blue) = 114+35+109=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72236D is #8DDC92. Grayscale: #424242. Windows color (decimal): -9297043 or 7152498. OLE color: 7152498.

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

Color convert

RGB 114 35 109 -
CMYK 0 0.69 0.04 0.55
HSL 303.8º 0.53% 0.29% -
HSV(B) 303.8º 0.69% 0.45% -
XYZ 10.3 5.88 15.06 -
YUV 67.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 114 35 109 0 0.69 0.04 0.55 303.8 0.53 0.29
Hex 72 23 6D 0 45 4 37 130 35 1D
Octal 162 43 155 0 105 4 67 460 65 35
Binary 1110010 100011 1101101 0 1000101 100 110111 100110000 110101 11101

Color Harmonies of #72236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72236D

Black with #72236D

Text Example


Text Example

White with #72236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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