Html Css Color HEX #701CED Blue Violet

📋 copy color: '#701CED'

red 112 ◦ green 28 ◦ blue 237

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

Shades of Blue Violet #701CED

Tints of Blue Violet #701CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.43%

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

R = 29.71%
G = 7.43%
B = 62.86%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#701CED (or 0x701CED) is known color: Blue Violet. HEX triplet: 70, 1C and ED. RGB value is (112,28,237). Sum of RGB (Red+Green+Blue) = 112+28+237=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #701CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701CED is #8FE312. Grayscale: #4C4C4C. Windows color (decimal): -9429779 or 15539312. OLE color: 15539312.

HSL color Cylindrical-coordinate representation of color #701CED: hue angle of 264.11º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701CED is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 28 237 -
CMYK 0.53 0.88 0 0.07
HSL 264.11º 0.85% 0.52% -
HSV(B) 264.11º 0.88% 0.93% -
XYZ 22.38 10.39 80.95 -
YUV 76.94 218.33 153.01 -
System Red Green Blue C M Y K H S L
Decimal 112 28 237 0.53 0.88 0 0.07 264.11 0.85 0.52
Hex 70 1C ED 35 58 0 7 108 55 34
Octal 160 34 355 65 130 0 7 410 125 64
Binary 1110000 11100 11101101 110101 1011000 0 111 100001000 1010101 110100

Color Harmonies of #701CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CED

Black with #701CED

Text Example


Text Example

White with #701CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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