Html Css Color HEX #722062 Palatinate Purple

📋 copy color: '#722062'

red 114 ◦ green 32 ◦ blue 98

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

Shades of Palatinate Purple #722062

Tints of Palatinate Purple #722062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.11%

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

R = 46.72%
G = 13.11%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#722062 (or 0x722062) is known color: Palatinate Purple. HEX triplet: 72, 20 and 62. RGB value is (114,32,98). Sum of RGB (Red+Green+Blue) = 114+32+98=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #722062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722062 is #8DDF9D. Grayscale: #3F3F3F. Windows color (decimal): -9297822 or 6430834. OLE color: 6430834.

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

Color convert

RGB 114 32 98 -
CMYK 0 0.72 0.14 0.55
HSL 311.71º 0.56% 0.29% -
HSV(B) 311.71º 0.72% 0.45% -
XYZ 9.66 5.49 12.11 -
YUV 64.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 114 32 98 0 0.72 0.14 0.55 311.71 0.56 0.29
Hex 72 20 62 0 48 E 37 138 38 1D
Octal 162 40 142 0 110 16 67 470 70 35
Binary 1110010 100000 1100010 0 1001000 1110 110111 100111000 111000 11101

Color Harmonies of #722062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722062

Black with #722062

Text Example


Text Example

White with #722062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722062; }

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

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

background-color css

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

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

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

border-color css

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

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

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