Html Css Color HEX #7017DC Blue Violet

📋 copy color: '#7017DC'

red 112 ◦ green 23 ◦ blue 220

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

Shades of Blue Violet #7017DC

Tints of Blue Violet #7017DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.48%

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 31.55%
G = 6.48%
B = 61.97%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7017DC (or 0x7017DC) is known color: Blue Violet. HEX triplet: 70, 17 and DC. RGB value is (112,23,220). Sum of RGB (Red+Green+Blue) = 112+23+220=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #7017DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7017DC is #8FE823. Grayscale: #474747. Windows color (decimal): -9431076 or 14423920. OLE color: 14423920.

HSL color Cylindrical-coordinate representation of color #7017DC: hue angle of 267.11º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7017DC is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 23 220 -
CMYK 0.49 0.90 0 0.14
HSL 267.11º 0.81% 0.48% -
HSV(B) 267.11º 0.9% 0.86% -
XYZ 19.91 9.22 68.44 -
YUV 72.07 211.49 156.48 -
System Red Green Blue C M Y K H S L
Decimal 112 23 220 0.49 0.90 0 0.14 267.11 0.81 0.48
Hex 70 17 DC 31 5A 0 E 10B 51 30
Octal 160 27 334 61 132 0 16 413 121 60
Binary 1110000 10111 11011100 110001 1011010 0 1110 100001011 1010001 110000

Color Harmonies of #7017DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7017DC

Black with #7017DC

Text Example


Text Example

White with #7017DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7017DC; }

 p { color: rgb(112,23,220); }

 H1.HeaderClassName
 {
   color: #7017DC;
 }
 .AnyTagClassName
 {
   color: #7017DC;
 }
</style>

background-color css

<style>
 a { background-color: #7017DC; }

 a { background-color: rgb(112,23,220); }

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

border-color css

<style>
 span { border-color: #7017DC; }

 span { border-color: rgb(112,23,220); }

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