#720663

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

Shades of Purple #720663

Tints of Purple #720663

Color information

#720663 (or 0x720663) is unknown color: approx Purple. HEX triplet: 72, 06 and 63. RGB value is (114,6,99). Sum of RGB (Red+Green+Blue) = 114+6+99=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #720663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720663 is #8DF99C. Grayscale: #303030. Windows color (decimal): -9304477 or 6489714. OLE color: 6489714.

HSL color Cylindrical-coordinate representation of color #720663: hue angle of 308.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720663 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB114699-
CMYK00.950.130.55
HSL308.33º90%23.53%-
HSV(B)308.33º94.74%44.71%-
XYZ9.264.6112.21-
YUV48.89156.28174.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=52.05%
G=2.74%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11469900.950.130.55308.339023.53
Hex7266305FD371345a18
Octal16261430137156746413230
Binary11100101101100011010111111101110111100110100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720663; }

 p { color: rgb(114,6,99); }

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

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

 a { background-color: rgb(114,6,99); }

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

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

 span { border-color: rgb(114,6,99); }

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