Html Css Color HEX #703CEF Blue Violet

📋 copy color: '#703CEF'

red 112 ◦ green 60 ◦ blue 239

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

Shades of Blue Violet #703CEF

Tints of Blue Violet #703CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.6%

 BLUE value IS 239 (93.75% from 255) = 58.15%

R = 27.25%
G = 14.6%
B = 58.15%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#703CEF (or 0x703CEF) is known color: Blue Violet. HEX triplet: 70, 3C and EF. RGB value is (112,60,239). Sum of RGB (Red+Green+Blue) = 112+60+239=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #703CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703CEF is #8FC310. Grayscale: #5F5F5F. Windows color (decimal): -9421585 or 15678576. OLE color: 15678576.

HSL color Cylindrical-coordinate representation of color #703CEF: hue angle of 257.43º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703CEF is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 60 239 -
CMYK 0.53 0.75 0 0.06
HSL 257.43º 0.85% 0.59% -
HSV(B) 257.43º 0.75% 0.94% -
XYZ 23.88 12.91 82.89 -
YUV 95.95 208.73 139.45 -
System Red Green Blue C M Y K H S L
Decimal 112 60 239 0.53 0.75 0 0.06 257.43 0.85 0.59
Hex 70 3C EF 35 4B 0 6 101 55 3B
Octal 160 74 357 65 113 0 6 401 125 73
Binary 1110000 111100 11101111 110101 1001011 0 110 100000001 1010101 111011

Color Harmonies of #703CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CEF

Black with #703CEF

Text Example


Text Example

White with #703CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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