Html Css Color HEX #7815DB Blue Violet

📋 copy color: '#7815DB'

red 120 ◦ green 21 ◦ blue 219

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

Shades of Blue Violet #7815DB

Tints of Blue Violet #7815DB

RGB

 RED value IS 120 (47.27% from 255) = 33.33%

 GREEN value IS 21 (8.59% from 255) = 5.83%

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

R = 33.33%
G = 5.83%
B = 60.83%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7815DB (or 0x7815DB) is known color: Blue Violet. HEX triplet: 78, 15 and DB. RGB value is (120,21,219). Sum of RGB (Red+Green+Blue) = 120+21+219=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #7815DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7815DB is #87EA24. Grayscale: #484848. Windows color (decimal): -8907301 or 14357880. OLE color: 14357880.

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

Color convert

RGB 120 21 219 -
CMYK 0.45 0.90 0 0.14
HSL 270º 0.83% 0.47% -
HSV(B) 270º 0.9% 0.86% -
XYZ 20.8 9.64 67.78 -
YUV 73.17 210.3 161.4 -
System Red Green Blue C M Y K H S L
Decimal 120 21 219 0.45 0.90 0 0.14 270 0.83 0.47
Hex 78 15 DB 2D 5A 0 E 10E 52 2F
Octal 170 25 333 55 132 0 16 416 122 57
Binary 1111000 10101 11011011 101101 1011010 0 1110 100001110 1010010 101111

Color Harmonies of #7815DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7815DB

Black with #7815DB

Text Example


Text Example

White with #7815DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,21,219); }

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

background-color css

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

 a { background-color: rgb(120,21,219); }

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

border-color css

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

 span { border-color: rgb(120,21,219); }

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