#7033EE

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

Shades of Blue Violet #7033EE

Tints of Blue Violet #7033EE

Color information

#7033EE (or 0x7033EE) is unknown color: approx Blue Violet. HEX triplet: 70, 33 and EE. RGB value is (112,51,238). Sum of RGB (Red+Green+Blue) = 112+51+238=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #7033EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7033EE is #8FCC11. Grayscale: #595959. Windows color (decimal): -9423890 or 15610736. OLE color: 15610736.

HSL color Cylindrical-coordinate representation of color #7033EE: hue angle of 259.57º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7033EE is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11251238-
CMYK0.530.7900.07
HSL259.57º84.62%56.67%-
HSV(B)259.57º78.57%93.33%-
XYZ23.311.9981.97-
YUV90.56211.21143.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 51 (20.31% from 255) = 12.72%
BLUE value IS 238 (93.36% from 255) = 59.35%
R=27.93%
G=12.72%
B=59.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112512380.530.7900.07259.5784.6256.67
Hex7033EE354F071045539
Octal16063356651170740412571
Binary111000011001111101110110101100111101111000001001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7033EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7033EE; }

 p { color: rgb(112,51,238); }

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

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

 a { background-color: rgb(112,51,238); }

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

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

 span { border-color: rgb(112,51,238); }

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