Html Css Color HEX #7019DB Blue Violet

📋 copy color: '#7019DB'

red 112 ◦ green 25 ◦ blue 219

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

Shades of Blue Violet #7019DB

Tints of Blue Violet #7019DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.02%

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

R = 31.46%
G = 7.02%
B = 61.52%

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

#7019DB (or 0x7019DB) is known color: Blue Violet. HEX triplet: 70, 19 and DB. RGB value is (112,25,219). Sum of RGB (Red+Green+Blue) = 112+25+219=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #7019DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7019DB is #8FE624. Grayscale: #484848. Windows color (decimal): -9430565 or 14358896. OLE color: 14358896.

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

Color convert

RGB 112 25 219 -
CMYK 0.49 0.89 0 0.14
HSL 266.91º 0.8% 0.48% -
HSV(B) 266.91º 0.89% 0.86% -
XYZ 19.82 9.25 67.76 -
YUV 73.13 210.32 155.73 -
System Red Green Blue C M Y K H S L
Decimal 112 25 219 0.49 0.89 0 0.14 266.91 0.8 0.48
Hex 70 19 DB 31 59 0 E 10B 50 30
Octal 160 31 333 61 131 0 16 413 120 60
Binary 1110000 11001 11011011 110001 1011001 0 1110 100001011 1010000 110000

Color Harmonies of #7019DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7019DB

Black with #7019DB

Text Example


Text Example

White with #7019DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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