#720cce

Color #720CCE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #720CCE

Tints of Dark Violet #720CCE

Color information

#720CCE (or 0x720CCE) is unknown color: approx Dark Violet. HEX triplet: 72, 0C and CE. RGB value is (114,12,206). Sum of RGB (Red+Green+Blue) = 114+12+206=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #720CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720CCE is #8DF331. Grayscale: #3F3F3F. Windows color (decimal): -9302834 or 13503602. OLE color: 13503602.

HSL color Cylindrical-coordinate representation of color #720CCE: hue angle of 271.55º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720CCE is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11412206-
CMYK0.450.9400.19
HSL271.55º88.99%42.75%-
HSV(B)271.55º94.17%80.78%-
XYZ18.218.359.03-
YUV64.61207.79163.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 12 (5.08% from 255) = 3.61%
BLUE value IS 206 (80.86% from 255) = 62.05%
R=34.34%
G=3.61%
B=62.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal114122060.450.9400.19271.5588.9942.75
Hex72CCE2D5E013110592b
Octal162143165513602342013153
Binary111001011001100111010110110111100100111000100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720cce; }

 p { color: rgb(114,12,206); }

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

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

 a { background-color: rgb(114,12,206); }

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

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

 span { border-color: rgb(114,12,206); }

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