Html Css Color HEX #720A62 Palatinate Purple

📋 copy color: '#720A62'

red 114 ◦ green 10 ◦ blue 98

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

Shades of Palatinate Purple #720A62

Tints of Palatinate Purple #720A62

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.5%

 BLUE value IS 98 (38.67% from 255) = 44.14%

R = 51.35%
G = 4.5%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#720A62 (or 0x720A62) is known color: Palatinate Purple. HEX triplet: 72, 0A and 62. RGB value is (114,10,98). Sum of RGB (Red+Green+Blue) = 114+10+98=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #720A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A62 is #8DF59D. Grayscale: #323232. Windows color (decimal): -9303454 or 6425202. OLE color: 6425202.

HSL color Cylindrical-coordinate representation of color #720A62: hue angle of 309.23º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A62 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 10 98 -
CMYK 0 0.91 0.14 0.55
HSL 309.23º 0.84% 0.24% -
HSV(B) 309.23º 0.91% 0.45% -
XYZ 9.25 4.68 11.97 -
YUV 51.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 114 10 98 0 0.91 0.14 0.55 309.23 0.84 0.24
Hex 72 A 62 0 5B E 37 135 54 18
Octal 162 12 142 0 133 16 67 465 124 30
Binary 1110010 1010 1100010 0 1011011 1110 110111 100110101 1010100 11000

Color Harmonies of #720A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A62

Black with #720A62

Text Example


Text Example

White with #720A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720A62; }

 p { color: rgb(114,10,98); }

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

background-color css

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

 a { background-color: rgb(114,10,98); }

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

border-color css

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

 span { border-color: rgb(114,10,98); }

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