Html Css Color HEX #7016DB Blue Violet

📋 copy color: '#7016DB'

red 112 ◦ green 22 ◦ blue 219

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

Shades of Blue Violet #7016DB

Tints of Blue Violet #7016DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.23%

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

R = 31.73%
G = 6.23%
B = 62.04%

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

#7016DB (or 0x7016DB) is known color: Blue Violet. HEX triplet: 70, 16 and DB. RGB value is (112,22,219). Sum of RGB (Red+Green+Blue) = 112+22+219=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #7016DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7016DB is #8FE924. Grayscale: #464646. Windows color (decimal): -9431333 or 14358128. OLE color: 14358128.

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

Color convert

RGB 112 22 219 -
CMYK 0.49 0.90 0 0.14
HSL 267.41º 0.82% 0.47% -
HSV(B) 267.41º 0.9% 0.86% -
XYZ 19.76 9.13 67.74 -
YUV 71.37 211.32 156.98 -
System Red Green Blue C M Y K H S L
Decimal 112 22 219 0.49 0.90 0 0.14 267.41 0.82 0.47
Hex 70 16 DB 31 5A 0 E 10B 52 2F
Octal 160 26 333 61 132 0 16 413 122 57
Binary 1110000 10110 11011011 110001 1011010 0 1110 100001011 1010010 101111

Color Harmonies of #7016DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7016DB

Black with #7016DB

Text Example


Text Example

White with #7016DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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