Html Css Color HEX #703BED Blue Violet

📋 copy color: '#703BED'

red 112 ◦ green 59 ◦ blue 237

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

Shades of Blue Violet #703BED

Tints of Blue Violet #703BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.09%

R = 27.45%
G = 14.46%
B = 58.09%

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

#703BED (or 0x703BED) is known color: Blue Violet. HEX triplet: 70, 3B and ED. RGB value is (112,59,237). Sum of RGB (Red+Green+Blue) = 112+59+237=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #703BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703BED is #8FC412. Grayscale: #5E5E5E. Windows color (decimal): -9421843 or 15547248. OLE color: 15547248.

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

Color convert

RGB 112 59 237 -
CMYK 0.53 0.75 0 0.07
HSL 257.87º 0.83% 0.58% -
HSV(B) 257.87º 0.75% 0.93% -
XYZ 23.53 12.69 81.33 -
YUV 95.14 208.06 140.03 -
System Red Green Blue C M Y K H S L
Decimal 112 59 237 0.53 0.75 0 0.07 257.87 0.83 0.58
Hex 70 3B ED 35 4B 0 7 102 53 3A
Octal 160 73 355 65 113 0 7 402 123 72
Binary 1110000 111011 11101101 110101 1001011 0 111 100000010 1010011 111010

Color Harmonies of #703BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703BED

Black with #703BED

Text Example


Text Example

White with #703BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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