Html Css Color HEX #720462 Purple

📋 copy color: '#720462'

red 114 ◦ green 4 ◦ blue 98

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

Shades of Purple #720462

Tints of Purple #720462

RGB

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

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

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

R = 52.78%
G = 1.85%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#720462 (or 0x720462) is known color: Purple. HEX triplet: 72, 04 and 62. RGB value is (114,4,98). Sum of RGB (Red+Green+Blue) = 114+4+98=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #720462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720462 is #8DFB9D. Grayscale: #2F2F2F. Windows color (decimal): -9304990 or 6423666. OLE color: 6423666.

HSL color Cylindrical-coordinate representation of color #720462: hue angle of 308.73º 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 #720462 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 98 -
CMYK 0 0.96 0.14 0.55
HSL 308.73º 0.93% 0.23% -
HSV(B) 308.73º 0.96% 0.45% -
XYZ 9.19 4.55 11.95 -
YUV 47.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 114 4 98 0 0.96 0.14 0.55 308.73 0.93 0.23
Hex 72 4 62 0 60 E 37 135 5D 17
Octal 162 4 142 0 140 16 67 465 135 27
Binary 1110010 100 1100010 0 1100000 1110 110111 100110101 1011101 10111

Color Harmonies of #720462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720462

Black with #720462

Text Example


Text Example

White with #720462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720462; }

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

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

background-color css

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

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

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

border-color css

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

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

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