Html Css Color HEX #703DED Blue Violet

📋 copy color: '#703DED'

red 112 ◦ green 61 ◦ blue 237

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

Shades of Blue Violet #703DED

Tints of Blue Violet #703DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.88%

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

R = 27.32%
G = 14.88%
B = 57.8%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#703DED (or 0x703DED) is known color: Blue Violet. HEX triplet: 70, 3D and ED. RGB value is (112,61,237). Sum of RGB (Red+Green+Blue) = 112+61+237=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #703DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703DED is #8FC212. Grayscale: #5F5F5F. Windows color (decimal): -9421331 or 15547760. OLE color: 15547760.

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

Color convert

RGB 112 61 237 -
CMYK 0.53 0.74 0 0.07
HSL 257.39º 0.83% 0.58% -
HSV(B) 257.39º 0.74% 0.93% -
XYZ 23.64 12.9 81.36 -
YUV 96.31 207.4 139.19 -
System Red Green Blue C M Y K H S L
Decimal 112 61 237 0.53 0.74 0 0.07 257.39 0.83 0.58
Hex 70 3D ED 35 4A 0 7 101 53 3A
Octal 160 75 355 65 112 0 7 401 123 72
Binary 1110000 111101 11101101 110101 1001010 0 111 100000001 1010011 111010

Color Harmonies of #703DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DED

Black with #703DED

Text Example


Text Example

White with #703DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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