Html Css Color HEX #7119DB Blue Violet

📋 copy color: '#7119DB'

red 113 ◦ green 25 ◦ blue 219

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

Shades of Blue Violet #7119DB

Tints of Blue Violet #7119DB

RGB

 RED value IS 113 (44.53% from 255) = 31.65%

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

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

R = 31.65%
G = 7%
B = 61.34%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7119DB (or 0x7119DB) is known color: Blue Violet. HEX triplet: 71, 19 and DB. RGB value is (113,25,219). Sum of RGB (Red+Green+Blue) = 113+25+219=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #7119DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7119DB is #8EE624. Grayscale: #484848. Windows color (decimal): -9365029 or 14358897. OLE color: 14358897.

HSL color Cylindrical-coordinate representation of color #7119DB: hue angle of 267.22º 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 #7119DB is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 25 219 -
CMYK 0.48 0.89 0 0.14
HSL 267.22º 0.8% 0.48% -
HSV(B) 267.22º 0.89% 0.86% -
XYZ 19.94 9.32 67.77 -
YUV 73.43 210.15 156.23 -
System Red Green Blue C M Y K H S L
Decimal 113 25 219 0.48 0.89 0 0.14 267.22 0.8 0.48
Hex 71 19 DB 30 59 0 E 10B 50 30
Octal 161 31 333 60 131 0 16 413 120 60
Binary 1110001 11001 11011011 110000 1011001 0 1110 100001011 1010000 110000

Color Harmonies of #7119DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7119DB

Black with #7119DB

Text Example


Text Example

White with #7119DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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