Html Css Color HEX #703BEC Blue Violet

📋 copy color: '#703BEC'

red 112 ◦ green 59 ◦ blue 236

#703BEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #703BEC

Tints of Blue Violet #703BEC

RGB

 RED value IS 112 (44.14% from 255) = 27.52%

 GREEN value IS 59 (23.44% from 255) = 14.5%

 BLUE value IS 236 (92.58% from 255) = 57.99%

R = 27.52%
G = 14.5%
B = 57.99%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#703BEC (or 0x703BEC) is known color: Blue Violet. HEX triplet: 70, 3B and EC. RGB value is (112,59,236). Sum of RGB (Red+Green+Blue) = 112+59+236=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #703BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703BEC is #8FC413. Grayscale: #5E5E5E. Windows color (decimal): -9421844 or 15481712. OLE color: 15481712.

HSL color Cylindrical-coordinate representation of color #703BEC: hue angle of 257.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703BEC is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 59 236 -
CMYK 0.53 0.75 0 0.07
HSL 257.97º 0.82% 0.58% -
HSV(B) 257.97º 0.75% 0.93% -
XYZ 23.39 12.63 80.56 -
YUV 95.03 207.56 140.11 -
System Red Green Blue C M Y K H S L
Decimal 112 59 236 0.53 0.75 0 0.07 257.97 0.82 0.58
Hex 70 3B EC 35 4B 0 7 102 52 3A
Octal 160 73 354 65 113 0 7 402 122 72
Binary 1110000 111011 11101100 110101 1001011 0 111 100000010 1010010 111010

Color Harmonies of #703BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703BEC

Black with #703BEC

Text Example


Text Example

White with #703BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #703BEC;
 }
 .AnyTagClassName
 {
   color: #703BEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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