Html Css Color HEX #7515DB Blue Violet

📋 copy color: '#7515DB'

red 117 ◦ green 21 ◦ blue 219

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

Shades of Blue Violet #7515DB

Tints of Blue Violet #7515DB

RGB

 RED value IS 117 (46.09% from 255) = 32.77%

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

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

R = 32.77%
G = 5.88%
B = 61.34%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7515DB (or 0x7515DB) is known color: Blue Violet. HEX triplet: 75, 15 and DB. RGB value is (117,21,219). Sum of RGB (Red+Green+Blue) = 117+21+219=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 21 (8.59% from 255 or 5.88% 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 #7515DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7515DB is #8AEA24. Grayscale: #474747. Windows color (decimal): -9103909 or 14357877. OLE color: 14357877.

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

Color convert

RGB 117 21 219 -
CMYK 0.47 0.90 0 0.14
HSL 269.09º 0.83% 0.47% -
HSV(B) 269.09º 0.9% 0.86% -
XYZ 20.39 9.43 67.76 -
YUV 72.28 210.8 159.9 -
System Red Green Blue C M Y K H S L
Decimal 117 21 219 0.47 0.90 0 0.14 269.09 0.83 0.47
Hex 75 15 DB 2F 5A 0 E 10D 52 2F
Octal 165 25 333 57 132 0 16 415 122 57
Binary 1110101 10101 11011011 101111 1011010 0 1110 100001101 1010010 101111

Color Harmonies of #7515DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515DB

Black with #7515DB

Text Example


Text Example

White with #7515DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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