Html Css Color HEX #72256E Palatinate Purple

📋 copy color: '#72256E'

red 114 ◦ green 37 ◦ blue 110

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

Shades of Palatinate Purple #72256E

Tints of Palatinate Purple #72256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.15%

R = 43.68%
G = 14.18%
B = 42.15%

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

#72256E (or 0x72256E) is known color: Palatinate Purple. HEX triplet: 72, 25 and 6E. RGB value is (114,37,110). Sum of RGB (Red+Green+Blue) = 114+37+110=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72256E is #8DDA91. Grayscale: #444444. Windows color (decimal): -9296530 or 7218546. OLE color: 7218546.

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

Color convert

RGB 114 37 110 -
CMYK 0 0.68 0.04 0.55
HSL 303.12º 0.51% 0.3% -
HSV(B) 303.12º 0.68% 0.45% -
XYZ 10.42 6.03 15.37 -
YUV 68.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 114 37 110 0 0.68 0.04 0.55 303.12 0.51 0.3
Hex 72 25 6E 0 44 4 37 12F 33 1E
Octal 162 45 156 0 104 4 67 457 63 36
Binary 1110010 100101 1101110 0 1000100 100 110111 100101111 110011 11110

Color Harmonies of #72256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72256E

Black with #72256E

Text Example


Text Example

White with #72256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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