Html Css Color HEX #7815EA Blue Violet

📋 copy color: '#7815EA'

red 120 ◦ green 21 ◦ blue 234

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

Shades of Blue Violet #7815EA

Tints of Blue Violet #7815EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.4%

R = 32%
G = 5.6%
B = 62.4%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7815EA (or 0x7815EA) is known color: Blue Violet. HEX triplet: 78, 15 and EA. RGB value is (120,21,234). Sum of RGB (Red+Green+Blue) = 120+21+234=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #7815EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7815EA is #87EA15. Grayscale: #4A4A4A. Windows color (decimal): -8907286 or 15340920. OLE color: 15340920.

HSL color Cylindrical-coordinate representation of color #7815EA: hue angle of 267.89º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7815EA is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 21 234 -
CMYK 0.49 0.91 0 0.08
HSL 267.89º 0.84% 0.5% -
HSV(B) 267.89º 0.91% 0.92% -
XYZ 22.87 10.47 78.66 -
YUV 74.88 217.8 160.18 -
System Red Green Blue C M Y K H S L
Decimal 120 21 234 0.49 0.91 0 0.08 267.89 0.84 0.5
Hex 78 15 EA 31 5B 0 8 10C 54 32
Octal 170 25 352 61 133 0 10 414 124 62
Binary 1111000 10101 11101010 110001 1011011 0 1000 100001100 1010100 110010

Color Harmonies of #7815EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7815EA

Black with #7815EA

Text Example


Text Example

White with #7815EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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