Html Css Color HEX #7415DB Blue Violet

📋 copy color: '#7415DB'

red 116 ◦ green 21 ◦ blue 219

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

Shades of Blue Violet #7415DB

Tints of Blue Violet #7415DB

RGB

 RED value IS 116 (45.7% from 255) = 32.58%

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

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

R = 32.58%
G = 5.9%
B = 61.52%

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

#7415DB (or 0x7415DB) is known color: Blue Violet. HEX triplet: 74, 15 and DB. RGB value is (116,21,219). Sum of RGB (Red+Green+Blue) = 116+21+219=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 21 (8.59% from 255 or 5.90% 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 #7415DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7415DB is #8BEA24. Grayscale: #474747. Windows color (decimal): -9169445 or 14357876. OLE color: 14357876.

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

Color convert

RGB 116 21 219 -
CMYK 0.47 0.90 0 0.14
HSL 268.79º 0.83% 0.47% -
HSV(B) 268.79º 0.9% 0.86% -
XYZ 20.26 9.36 67.76 -
YUV 71.98 210.97 159.4 -
System Red Green Blue C M Y K H S L
Decimal 116 21 219 0.47 0.90 0 0.14 268.79 0.83 0.47
Hex 74 15 DB 2F 5A 0 E 10D 52 2F
Octal 164 25 333 57 132 0 16 415 122 57
Binary 1110100 10101 11011011 101111 1011010 0 1110 100001101 1010010 101111

Color Harmonies of #7415DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7415DB

Black with #7415DB

Text Example


Text Example

White with #7415DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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