#720466

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

Shades of Purple #720466

Tints of Purple #720466

Color information

#720466 (or 0x720466) is unknown color: approx Purple. HEX triplet: 72, 04 and 66. RGB value is (114,4,102). Sum of RGB (Red+Green+Blue) = 114+4+102=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #720466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720466 is #8DFB99. Grayscale: #2F2F2F. Windows color (decimal): -9304986 or 6685810. OLE color: 6685810.

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

Color convert

RGB1144102-
CMYK00.960.110.55
HSL306.55º93.22%23.14%-
HSV(B)306.55º96.49%44.71%-
XYZ9.384.6212.97-
YUV48.06158.44175.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 4 (1.95% from 255) = 1.82%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=51.82%
G=1.82%
B=46.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114410200.960.110.55306.5593.2223.14
Hex72466060B371335d17
Octal16241460140136746313527
Binary11100101001100110011000001011110111100110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720466; }

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

 H1.HeaderClassName
 {
   color: #720466;
 }
 .AnyTagClassName
 {
   color: #720466;
 }
</style>
background-color css

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

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

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

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

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

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