Html Css Color HEX #72255B Palatinate Purple

📋 copy color: '#72255B'

red 114 ◦ green 37 ◦ blue 91

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

Shades of Palatinate Purple #72255B

Tints of Palatinate Purple #72255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 47.11%
G = 15.29%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72255B (or 0x72255B) is known color: Palatinate Purple. HEX triplet: 72, 25 and 5B. RGB value is (114,37,91). Sum of RGB (Red+Green+Blue) = 114+37+91=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72255B is #8DDAA4. Grayscale: #424242. Windows color (decimal): -9296549 or 5973362. OLE color: 5973362.

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

Color convert

RGB 114 37 91 -
CMYK 0 0.68 0.20 0.55
HSL 317.92º 0.51% 0.3% -
HSV(B) 317.92º 0.68% 0.45% -
XYZ 9.49 5.66 10.49 -
YUV 66.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 114 37 91 0 0.68 0.20 0.55 317.92 0.51 0.3
Hex 72 25 5B 0 44 14 37 13E 33 1E
Octal 162 45 133 0 104 24 67 476 63 36
Binary 1110010 100101 1011011 0 1000100 10100 110111 100111110 110011 11110

Color Harmonies of #72255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72255B

Black with #72255B

Text Example


Text Example

White with #72255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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