Html Css Color HEX #7815E0 Blue Violet

📋 copy color: '#7815E0'

red 120 ◦ green 21 ◦ blue 224

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

Shades of Blue Violet #7815E0

Tints of Blue Violet #7815E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.37%

R = 32.88%
G = 5.75%
B = 61.37%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7815E0 (or 0x7815E0) is known color: Blue Violet. HEX triplet: 78, 15 and E0. RGB value is (120,21,224). Sum of RGB (Red+Green+Blue) = 120+21+224=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #7815E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7815E0 is #87EA1F. Grayscale: #494949. Windows color (decimal): -8907296 or 14685560. OLE color: 14685560.

HSL color Cylindrical-coordinate representation of color #7815E0: hue angle of 269.26º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7815E0 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 21 224 -
CMYK 0.46 0.91 0 0.12
HSL 269.26º 0.83% 0.48% -
HSV(B) 269.26º 0.91% 0.88% -
XYZ 21.47 9.91 71.3 -
YUV 73.74 212.8 160.99 -
System Red Green Blue C M Y K H S L
Decimal 120 21 224 0.46 0.91 0 0.12 269.26 0.83 0.48
Hex 78 15 E0 2E 5B 0 C 10D 53 30
Octal 170 25 340 56 133 0 14 415 123 60
Binary 1111000 10101 11100000 101110 1011011 0 1100 100001101 1010011 110000

Color Harmonies of #7815E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7815E0

Black with #7815E0

Text Example


Text Example

White with #7815E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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