#703DEA

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

Shades of Blue Violet #703DEA

Tints of Blue Violet #703DEA

Color information

#703DEA (or 0x703DEA) is unknown color: approx Blue Violet. HEX triplet: 70, 3D and EA. RGB value is (112,61,234). Sum of RGB (Red+Green+Blue) = 112+61+234=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #703DEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DEA is #8FC215. Grayscale: #5F5F5F. Windows color (decimal): -9421334 or 15351152. OLE color: 15351152.

HSL color Cylindrical-coordinate representation of color #703DEA: hue angle of 257.69º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703DEA is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11261234-
CMYK0.520.7400.08
HSL257.69º80.47%57.84%-
HSV(B)257.69º73.93%91.76%-
XYZ23.212.7279.07-
YUV95.97205.9139.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.52%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 234 (91.80% from 255) = 57.49%
R=27.52%
G=14.99%
B=57.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112612340.520.7400.08257.6980.4757.84
Hex703DEA344A08102503a
Octal160753526411201040212072
Binary1110000111101111010101101001001010010001000000101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,61,234); }

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

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

 a { background-color: rgb(112,61,234); }

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

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

 span { border-color: rgb(112,61,234); }

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