Html Css Color HEX #7016DF Blue Violet

📋 copy color: '#7016DF'

red 112 ◦ green 22 ◦ blue 223

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

Shades of Blue Violet #7016DF

Tints of Blue Violet #7016DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 31.37%
G = 6.16%
B = 62.46%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7016DF (or 0x7016DF) is known color: Blue Violet. HEX triplet: 70, 16 and DF. RGB value is (112,22,223). Sum of RGB (Red+Green+Blue) = 112+22+223=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #7016DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7016DF is #8FE920. Grayscale: #474747. Windows color (decimal): -9431329 or 14620272. OLE color: 14620272.

HSL color Cylindrical-coordinate representation of color #7016DF: hue angle of 266.87º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7016DF is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 22 223 -
CMYK 0.50 0.90 0 0.13
HSL 266.87º 0.82% 0.48% -
HSV(B) 266.87º 0.9% 0.87% -
XYZ 20.29 9.35 70.55 -
YUV 71.82 213.32 156.66 -
System Red Green Blue C M Y K H S L
Decimal 112 22 223 0.50 0.90 0 0.13 266.87 0.82 0.48
Hex 70 16 DF 32 5A 0 D 10B 52 30
Octal 160 26 337 62 132 0 15 413 122 60
Binary 1110000 10110 11011111 110010 1011010 0 1101 100001011 1010010 110000

Color Harmonies of #7016DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7016DF

Black with #7016DF

Text Example


Text Example

White with #7016DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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