Html Css Color HEX #703AEC Blue Violet

📋 copy color: '#703AEC'

red 112 ◦ green 58 ◦ blue 236

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

Shades of Blue Violet #703AEC

Tints of Blue Violet #703AEC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.29%

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

R = 27.59%
G = 14.29%
B = 58.13%

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

#703AEC (or 0x703AEC) is known color: Blue Violet. HEX triplet: 70, 3A and EC. RGB value is (112,58,236). Sum of RGB (Red+Green+Blue) = 112+58+236=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #703AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703AEC is #8FC513. Grayscale: #5D5D5D. Windows color (decimal): -9422100 or 15481456. OLE color: 15481456.

HSL color Cylindrical-coordinate representation of color #703AEC: hue angle of 258.2º 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 #703AEC is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 58 236 -
CMYK 0.53 0.75 0 0.07
HSL 258.2º 0.82% 0.58% -
HSV(B) 258.2º 0.75% 0.93% -
XYZ 23.34 12.53 80.54 -
YUV 94.44 207.89 140.53 -
System Red Green Blue C M Y K H S L
Decimal 112 58 236 0.53 0.75 0 0.07 258.2 0.82 0.58
Hex 70 3A EC 35 4B 0 7 102 52 3A
Octal 160 72 354 65 113 0 7 402 122 72
Binary 1110000 111010 11101100 110101 1001011 0 111 100000010 1010010 111010

Color Harmonies of #703AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703AEC

Black with #703AEC

Text Example


Text Example

White with #703AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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