Html Css Color HEX #720962 Palatinate Purple

📋 copy color: '#720962'

red 114 ◦ green 9 ◦ blue 98

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

Shades of Palatinate Purple #720962

Tints of Palatinate Purple #720962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.07%

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

R = 51.58%
G = 4.07%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#720962 (or 0x720962) is known color: Palatinate Purple. HEX triplet: 72, 09 and 62. RGB value is (114,9,98). Sum of RGB (Red+Green+Blue) = 114+9+98=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #720962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720962 is #8DF69D. Grayscale: #323232. Windows color (decimal): -9303710 or 6424946. OLE color: 6424946.

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

Color convert

RGB 114 9 98 -
CMYK 0 0.92 0.14 0.55
HSL 309.14º 0.85% 0.24% -
HSV(B) 309.14º 0.92% 0.45% -
XYZ 9.24 4.65 11.97 -
YUV 50.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 114 9 98 0 0.92 0.14 0.55 309.14 0.85 0.24
Hex 72 9 62 0 5C E 37 135 55 18
Octal 162 11 142 0 134 16 67 465 125 30
Binary 1110010 1001 1100010 0 1011100 1110 110111 100110101 1010101 11000

Color Harmonies of #720962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720962

Black with #720962

Text Example


Text Example

White with #720962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720962; }

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

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

background-color css

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

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

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

border-color css

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

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

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