Html Css Color HEX #72256D Palatinate Purple

📋 copy color: '#72256D'

red 114 ◦ green 37 ◦ blue 109

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

Shades of Palatinate Purple #72256D

Tints of Palatinate Purple #72256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

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

R = 43.85%
G = 14.23%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72256D (or 0x72256D) is known color: Palatinate Purple. HEX triplet: 72, 25 and 6D. RGB value is (114,37,109). Sum of RGB (Red+Green+Blue) = 114+37+109=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72256D is #8DDA92. Grayscale: #444444. Windows color (decimal): -9296531 or 7153010. OLE color: 7153010.

HSL color Cylindrical-coordinate representation of color #72256D: hue angle of 303.9º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72256D is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 37 109 -
CMYK 0 0.68 0.04 0.55
HSL 303.9º 0.51% 0.3% -
HSV(B) 303.9º 0.68% 0.45% -
XYZ 10.36 6 15.08 -
YUV 68.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 114 37 109 0 0.68 0.04 0.55 303.9 0.51 0.3
Hex 72 25 6D 0 44 4 37 130 33 1E
Octal 162 45 155 0 104 4 67 460 63 36
Binary 1110010 100101 1101101 0 1000100 100 110111 100110000 110011 11110

Color Harmonies of #72256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72256D

Black with #72256D

Text Example


Text Example

White with #72256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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