Html Css Color HEX #7815DC Blue Violet

📋 copy color: '#7815DC'

red 120 ◦ green 21 ◦ blue 220

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

Shades of Blue Violet #7815DC

Tints of Blue Violet #7815DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.94%

R = 33.24%
G = 5.82%
B = 60.94%

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

#7815DC (or 0x7815DC) is known color: Blue Violet. HEX triplet: 78, 15 and DC. RGB value is (120,21,220). Sum of RGB (Red+Green+Blue) = 120+21+220=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #7815DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7815DC is #87EA23. Grayscale: #484848. Windows color (decimal): -8907300 or 14423416. OLE color: 14423416.

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

Color convert

RGB 120 21 220 -
CMYK 0.45 0.90 0 0.14
HSL 269.85º 0.83% 0.47% -
HSV(B) 269.85º 0.9% 0.86% -
XYZ 20.93 9.7 68.48 -
YUV 73.29 210.8 161.32 -
System Red Green Blue C M Y K H S L
Decimal 120 21 220 0.45 0.90 0 0.14 269.85 0.83 0.47
Hex 78 15 DC 2D 5A 0 E 10E 53 2F
Octal 170 25 334 55 132 0 16 416 123 57
Binary 1111000 10101 11011100 101101 1011010 0 1110 100001110 1010011 101111

Color Harmonies of #7815DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7815DC

Black with #7815DC

Text Example


Text Example

White with #7815DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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