Html Css Color HEX #703CED Blue Violet

📋 copy color: '#703CED'

red 112 ◦ green 60 ◦ blue 237

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

Shades of Blue Violet #703CED

Tints of Blue Violet #703CED

RGB

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

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

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

R = 27.38%
G = 14.67%
B = 57.95%

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

#703CED (or 0x703CED) is known color: Blue Violet. HEX triplet: 70, 3C and ED. RGB value is (112,60,237). Sum of RGB (Red+Green+Blue) = 112+60+237=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #703CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #703CED is #8FC312. Grayscale: #5F5F5F. Windows color (decimal): -9421587 or 15547504. OLE color: 15547504.

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

Color convert

RGB 112 60 237 -
CMYK 0.53 0.75 0 0.07
HSL 257.63º 0.83% 0.58% -
HSV(B) 257.63º 0.75% 0.93% -
XYZ 23.58 12.79 81.35 -
YUV 95.73 207.73 139.61 -
System Red Green Blue C M Y K H S L
Decimal 112 60 237 0.53 0.75 0 0.07 257.63 0.83 0.58
Hex 70 3C ED 35 4B 0 7 102 53 3A
Octal 160 74 355 65 113 0 7 402 123 72
Binary 1110000 111100 11101101 110101 1001011 0 111 100000010 1010011 111010

Color Harmonies of #703CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703CED

Black with #703CED

Text Example


Text Example

White with #703CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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