#703BE0

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

Shades of Blue Violet #703BE0

Tints of Blue Violet #703BE0

Color information

#703BE0 (or 0x703BE0) is unknown color: approx Blue Violet. HEX triplet: 70, 3B and E0. RGB value is (112,59,224). Sum of RGB (Red+Green+Blue) = 112+59+224=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 224 (87.89% from 255 or 56.71% from 395); Max value from RGB is 224 - color contains mainly: blue. Hex color #703BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BE0 is #8FC41F. Grayscale: #5D5D5D. Windows color (decimal): -9421856 or 14695280. OLE color: 14695280.

HSL color Cylindrical-coordinate representation of color #703BE0: hue angle of 259.27º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703BE0 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11259224-
CMYK0.500.7400.12
HSL259.27º72.69%55.49%-
HSV(B)259.27º73.66%87.84%-
XYZ21.711.9571.68-
YUV93.66201.56141.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 59 (23.44% from 255) = 14.94%
BLUE value IS 224 (87.89% from 255) = 56.71%
R=28.35%
G=14.94%
B=56.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal112592240.500.7400.12259.2772.6955.49
Hex703BE0324A0C1034937
Octal160733406211201440311167
Binary1110000111011111000001100101001010011001000000111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703BE0; }

 p { color: rgb(112,59,224); }

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

<style>
 a { background-color: #703BE0; }

 a { background-color: rgb(112,59,224); }

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

<style>
 span { border-color: #703BE0; }

 span { border-color: rgb(112,59,224); }

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