#7012DE

Color #7012DE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7012DE

Tints of Blue Violet #7012DE

Color information

#7012DE (or 0x7012DE) is unknown color: approx Blue Violet. HEX triplet: 70, 12 and DE. RGB value is (112,18,222). Sum of RGB (Red+Green+Blue) = 112+18+222=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #7012DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7012DE is #8FED21. Grayscale: #444444. Windows color (decimal): -9432354 or 14553712. OLE color: 14553712.

HSL color Cylindrical-coordinate representation of color #7012DE: hue angle of 267.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7012DE is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11218222-
CMYK0.500.9200.13
HSL267.65º85%47.06%-
HSV(B)267.65º91.89%87.06%-
XYZ20.089.1569.82-
YUV69.36214.14158.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.82%
GREEN value IS 18 (7.42% from 255) = 5.11%
BLUE value IS 222 (87.11% from 255) = 63.07%
R=31.82%
G=5.11%
B=63.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112182220.500.9200.13267.658547.06
Hex7012DE325C0D10c552f
Octal160223366213401541412557
Binary111000010010110111101100101011100011011000011001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7012DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7012DE; }

 p { color: rgb(112,18,222); }

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

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

 a { background-color: rgb(112,18,222); }

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

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

 span { border-color: rgb(112,18,222); }

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