Html Css Color HEX #703BF2 Blue Violet

📋 copy color: '#703BF2'

red 112 ◦ green 59 ◦ blue 242

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

Shades of Blue Violet #703BF2

Tints of Blue Violet #703BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.6%

R = 27.12%
G = 14.29%
B = 58.6%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#703BF2 (or 0x703BF2) is known color: Blue Violet. HEX triplet: 70, 3B and F2. RGB value is (112,59,242). Sum of RGB (Red+Green+Blue) = 112+59+242=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 242 (94.92% from 255 or 58.60% from 413); Max value from RGB is 242 - color contains mainly: blue. Hex color #703BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703BF2 is #8FC40D. Grayscale: #5F5F5F. Windows color (decimal): -9421838 or 15874928. OLE color: 15874928.

HSL color Cylindrical-coordinate representation of color #703BF2: hue angle of 257.38º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703BF2 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 59 242 -
CMYK 0.54 0.76 0 0.05
HSL 257.38º 0.88% 0.59% -
HSV(B) 257.38º 0.76% 0.95% -
XYZ 24.27 12.98 85.23 -
YUV 95.71 210.56 139.62 -
System Red Green Blue C M Y K H S L
Decimal 112 59 242 0.54 0.76 0 0.05 257.38 0.88 0.59
Hex 70 3B F2 36 4C 0 5 101 58 3B
Octal 160 73 362 66 114 0 5 401 130 73
Binary 1110000 111011 11110010 110110 1001100 0 101 100000001 1011000 111011

Color Harmonies of #703BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703BF2

Black with #703BF2

Text Example


Text Example

White with #703BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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