#7029DE

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

Shades of Blue Violet #7029DE

Tints of Blue Violet #7029DE

Color information

#7029DE (or 0x7029DE) is unknown color: approx Blue Violet. HEX triplet: 70, 29 and DE. RGB value is (112,41,222). Sum of RGB (Red+Green+Blue) = 112+41+222=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #7029DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029DE is #8FD621. Grayscale: #525252. Windows color (decimal): -9426466 or 14559600. OLE color: 14559600.

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

Color convert

RGB11241222-
CMYK0.500.8200.13
HSL263.54º73.28%51.57%-
HSV(B)263.54º81.53%87.06%-
XYZ20.6610.370.01-
YUV82.86206.52148.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 41 (16.41% from 255) = 10.93%
BLUE value IS 222 (87.11% from 255) = 59.2%
R=29.87%
G=10.93%
B=59.2%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112412220.500.8200.13263.5473.2851.57
Hex7029DE32520D1084934
Octal160513366212201541011164
Binary1110000101001110111101100101010010011011000010001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7029DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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