#720462

Color #720462 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #720462

Tints of Purple #720462

Color information

#720462 (or 0x720462) is unknown color: approx 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

RGB114498-
CMYK00.960.140.55
HSL308.73º93.22%23.14%-
HSV(B)308.73º96.49%44.71%-
XYZ9.194.5511.95-
YUV47.61156.44175.36-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11449800.960.140.55308.7393.2223.14
Hex72462060E371355d17
Octal16241420140166746513527
Binary11100101001100010011000001110110111100110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>