Html Css Color HEX #72255D Palatinate Purple

📋 copy color: '#72255D'

red 114 ◦ green 37 ◦ blue 93

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

Shades of Palatinate Purple #72255D

Tints of Palatinate Purple #72255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 46.72%
G = 15.16%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72255D (or 0x72255D) is known color: Palatinate Purple. HEX triplet: 72, 25 and 5D. RGB value is (114,37,93). Sum of RGB (Red+Green+Blue) = 114+37+93=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72255D is #8DDAA2. Grayscale: #424242. Windows color (decimal): -9296547 or 6104434. OLE color: 6104434.

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

Color convert

RGB 114 37 93 -
CMYK 0 0.68 0.18 0.55
HSL 316.36º 0.51% 0.3% -
HSV(B) 316.36º 0.68% 0.45% -
XYZ 9.58 5.69 10.95 -
YUV 66.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 114 37 93 0 0.68 0.18 0.55 316.36 0.51 0.3
Hex 72 25 5D 0 44 12 37 13C 33 1E
Octal 162 45 135 0 104 22 67 474 63 36
Binary 1110010 100101 1011101 0 1000100 10010 110111 100111100 110011 11110

Color Harmonies of #72255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72255D

Black with #72255D

Text Example


Text Example

White with #72255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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