Html Css Color HEX #7815E6 Blue Violet

📋 copy color: '#7815E6'

red 120 ◦ green 21 ◦ blue 230

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

Shades of Blue Violet #7815E6

Tints of Blue Violet #7815E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 61.99%

R = 32.35%
G = 5.66%
B = 61.99%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7815E6 (or 0x7815E6) is known color: Blue Violet. HEX triplet: 78, 15 and E6. RGB value is (120,21,230). Sum of RGB (Red+Green+Blue) = 120+21+230=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 230 (90.23% from 255 or 61.99% from 371); Max value from RGB is 230 - color contains mainly: blue. Hex color #7815E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7815E6 is #87EA19. Grayscale: #494949. Windows color (decimal): -8907290 or 15078776. OLE color: 15078776.

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

Color convert

RGB 120 21 230 -
CMYK 0.48 0.91 0 0.10
HSL 268.42º 0.83% 0.49% -
HSV(B) 268.42º 0.91% 0.9% -
XYZ 22.3 10.24 75.66 -
YUV 74.43 215.8 160.51 -
System Red Green Blue C M Y K H S L
Decimal 120 21 230 0.48 0.91 0 0.10 268.42 0.83 0.49
Hex 78 15 E6 30 5B 0 A 10C 53 31
Octal 170 25 346 60 133 0 12 414 123 61
Binary 1111000 10101 11100110 110000 1011011 0 1010 100001100 1010011 110001

Color Harmonies of #7815E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7815E6

Black with #7815E6

Text Example


Text Example

White with #7815E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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