#7009CE

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

Shades of Dark Violet #7009CE

Tints of Dark Violet #7009CE

Color information

#7009CE (or 0x7009CE) is unknown color: approx Dark Violet. HEX triplet: 70, 09 and CE. RGB value is (112,9,206). Sum of RGB (Red+Green+Blue) = 112+9+206=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #7009CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7009CE is #8FF631. Grayscale: #3D3D3D. Windows color (decimal): -9434674 or 13502832. OLE color: 13502832.

HSL color Cylindrical-coordinate representation of color #7009CE: hue angle of 271.37º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7009CE is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1129206-
CMYK0.460.9600.19
HSL271.37º91.63%42.16%-
HSV(B)271.37º95.63%80.78%-
XYZ17.928.159.01-
YUV62.26209.12163.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 9 (3.91% from 255) = 2.75%
BLUE value IS 206 (80.86% from 255) = 63.00%
R=34.25%
G=2.75%
B=63.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11292060.460.9600.19271.3791.6342.16
Hex709CE2E6001310f5c2a
Octal160113165614002341713452
Binary111000010011100111010111011000000100111000011111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7009CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7009CE; }

 p { color: rgb(112,9,206); }

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

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

 a { background-color: rgb(112,9,206); }

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

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

 span { border-color: rgb(112,9,206); }

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