Html Css Color HEX #720162 Purple

📋 copy color: '#720162'

red 114 ◦ green 1 ◦ blue 98

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

Shades of Purple #720162

Tints of Purple #720162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 53.52%
G = 0.47%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#720162 (or 0x720162) is known color: Purple. HEX triplet: 72, 01 and 62. RGB value is (114,1,98). Sum of RGB (Red+Green+Blue) = 114+1+98=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #720162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720162 is #8DFE9D. Grayscale: #2D2D2D. Windows color (decimal): -9305758 or 6422898. OLE color: 6422898.

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

Color convert

RGB 114 1 98 -
CMYK 0 0.99 0.14 0.55
HSL 308.5º 0.98% 0.23% -
HSV(B) 308.5º 0.99% 0.45% -
XYZ 9.15 4.48 11.94 -
YUV 45.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 114 1 98 0 0.99 0.14 0.55 308.5 0.98 0.23
Hex 72 1 62 0 63 E 37 134 62 17
Octal 162 1 142 0 143 16 67 464 142 27
Binary 1110010 1 1100010 0 1100011 1110 110111 100110100 1100010 10111

Color Harmonies of #720162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720162

Black with #720162

Text Example


Text Example

White with #720162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720162; }

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

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

background-color css

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

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

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

border-color css

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

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

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