#703CE7

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

Shades of Blue Violet #703CE7

Tints of Blue Violet #703CE7

Color information

#703CE7 (or 0x703CE7) is unknown color: approx Blue Violet. HEX triplet: 70, 3C and E7. RGB value is (112,60,231). Sum of RGB (Red+Green+Blue) = 112+60+231=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #703CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703CE7 is #8FC318. Grayscale: #5E5E5E. Windows color (decimal): -9421593 or 15154288. OLE color: 15154288.

HSL color Cylindrical-coordinate representation of color #703CE7: hue angle of 258.25º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703CE7 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11260231-
CMYK0.520.7400.09
HSL258.25º78.08%57.06%-
HSV(B)258.25º74.03%90.59%-
XYZ22.7212.4576.81-
YUV95.04204.73140.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 60 (23.83% from 255) = 14.89%
BLUE value IS 231 (90.62% from 255) = 57.32%
R=27.79%
G=14.89%
B=57.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112602310.520.7400.09258.2578.0857.06
Hex703CE7344A091024e39
Octal160743476411201140211671
Binary1110000111100111001111101001001010010011000000101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,60,231); }

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

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

 a { background-color: rgb(112,60,231); }

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

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

 span { border-color: rgb(112,60,231); }

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