Html Css Color HEX #7715DB Blue Violet

📋 copy color: '#7715DB'

red 119 ◦ green 21 ◦ blue 219

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

Shades of Blue Violet #7715DB

Tints of Blue Violet #7715DB

RGB

 RED value IS 119 (46.88% from 255) = 33.15%

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

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

R = 33.15%
G = 5.85%
B = 61%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7715DB (or 0x7715DB) is known color: Blue Violet. HEX triplet: 77, 15 and DB. RGB value is (119,21,219). Sum of RGB (Red+Green+Blue) = 119+21+219=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #7715DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7715DB is #88EA24. Grayscale: #484848. Windows color (decimal): -8972837 or 14357879. OLE color: 14357879.

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

Color convert

RGB 119 21 219 -
CMYK 0.46 0.90 0 0.14
HSL 269.7º 0.83% 0.47% -
HSV(B) 269.7º 0.9% 0.86% -
XYZ 20.66 9.57 67.78 -
YUV 72.87 210.47 160.9 -
System Red Green Blue C M Y K H S L
Decimal 119 21 219 0.46 0.90 0 0.14 269.7 0.83 0.47
Hex 77 15 DB 2E 5A 0 E 10E 52 2F
Octal 167 25 333 56 132 0 16 416 122 57
Binary 1110111 10101 11011011 101110 1011010 0 1110 100001110 1010010 101111

Color Harmonies of #7715DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7715DB

Black with #7715DB

Text Example


Text Example

White with #7715DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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