Html Css Color HEX #720460 Palatinate Purple

📋 copy color: '#720460'

red 114 ◦ green 4 ◦ blue 96

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

Shades of Palatinate Purple #720460

Tints of Palatinate Purple #720460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

 BLUE value IS 96 (37.89% from 255) = 44.86%

R = 53.27%
G = 1.87%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#720460 (or 0x720460) is known color: Palatinate Purple. HEX triplet: 72, 04 and 60. RGB value is (114,4,96). Sum of RGB (Red+Green+Blue) = 114+4+96=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #720460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720460 is #8DFB9F. Grayscale: #2F2F2F. Windows color (decimal): -9304992 or 6292594. OLE color: 6292594.

HSL color Cylindrical-coordinate representation of color #720460: hue angle of 309.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720460 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 96 -
CMYK 0 0.96 0.16 0.55
HSL 309.82º 0.93% 0.23% -
HSV(B) 309.82º 0.96% 0.45% -
XYZ 9.09 4.51 11.46 -
YUV 47.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 114 4 96 0 0.96 0.16 0.55 309.82 0.93 0.23
Hex 72 4 60 0 60 10 37 136 5D 17
Octal 162 4 140 0 140 20 67 466 135 27
Binary 1110010 100 1100000 0 1100000 10000 110111 100110110 1011101 10111

Color Harmonies of #720460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720460

Black with #720460

Text Example


Text Example

White with #720460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720460; }

 p { color: rgb(114,4,96); }

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

background-color css

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

 a { background-color: rgb(114,4,96); }

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

border-color css

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

 span { border-color: rgb(114,4,96); }

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