Html Css Color HEX #7017DB Blue Violet

📋 copy color: '#7017DB'

red 112 ◦ green 23 ◦ blue 219

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

Shades of Blue Violet #7017DB

Tints of Blue Violet #7017DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 31.64%
G = 6.5%
B = 61.86%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7017DB (or 0x7017DB) is known color: Blue Violet. HEX triplet: 70, 17 and DB. RGB value is (112,23,219). Sum of RGB (Red+Green+Blue) = 112+23+219=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #7017DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7017DB is #8FE824. Grayscale: #474747. Windows color (decimal): -9431077 or 14358384. OLE color: 14358384.

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

Color convert

RGB 112 23 219 -
CMYK 0.49 0.89 0 0.14
HSL 267.24º 0.81% 0.47% -
HSV(B) 267.24º 0.89% 0.86% -
XYZ 19.77 9.17 67.75 -
YUV 71.96 210.99 156.56 -
System Red Green Blue C M Y K H S L
Decimal 112 23 219 0.49 0.89 0 0.14 267.24 0.81 0.47
Hex 70 17 DB 31 59 0 E 10B 51 2F
Octal 160 27 333 61 131 0 16 413 121 57
Binary 1110000 10111 11011011 110001 1011001 0 1110 100001011 1010001 101111

Color Harmonies of #7017DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7017DB

Black with #7017DB

Text Example


Text Example

White with #7017DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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