Html Css Color HEX #7017DF Blue Violet

📋 copy color: '#7017DF'

red 112 ◦ green 23 ◦ blue 223

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

Shades of Blue Violet #7017DF

Tints of Blue Violet #7017DF

RGB

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

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

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

R = 31.28%
G = 6.42%
B = 62.29%

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

#7017DF (or 0x7017DF) is known color: Blue Violet. HEX triplet: 70, 17 and DF. RGB value is (112,23,223). Sum of RGB (Red+Green+Blue) = 112+23+223=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #7017DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7017DF is #8FE820. Grayscale: #474747. Windows color (decimal): -9431073 or 14620528. OLE color: 14620528.

HSL color Cylindrical-coordinate representation of color #7017DF: hue angle of 266.7º degrees, saturation: 0.81, 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 #7017DF is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 23 223 -
CMYK 0.50 0.90 0 0.13
HSL 266.7º 0.81% 0.48% -
HSV(B) 266.7º 0.9% 0.87% -
XYZ 20.31 9.39 70.55 -
YUV 72.41 212.99 156.24 -
System Red Green Blue C M Y K H S L
Decimal 112 23 223 0.50 0.90 0 0.13 266.7 0.81 0.48
Hex 70 17 DF 32 5A 0 D 10B 51 30
Octal 160 27 337 62 132 0 15 413 121 60
Binary 1110000 10111 11011111 110010 1011010 0 1101 100001011 1010001 110000

Color Harmonies of #7017DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7017DF

Black with #7017DF

Text Example


Text Example

White with #7017DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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