Html Css Color HEX #7915E6 Blue Violet

📋 copy color: '#7915E6'

red 121 ◦ green 21 ◦ blue 230

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

Shades of Blue Violet #7915E6

Tints of Blue Violet #7915E6

RGB

 RED value IS 121 (47.66% from 255) = 32.53%

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

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

R = 32.53%
G = 5.65%
B = 61.83%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7915E6 (or 0x7915E6) is known color: Blue Violet. HEX triplet: 79, 15 and E6. RGB value is (121,21,230). Sum of RGB (Red+Green+Blue) = 121+21+230=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #7915E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7915E6 is #86EA19. Grayscale: #494949. Windows color (decimal): -8841754 or 15078777. OLE color: 15078777.

HSL color Cylindrical-coordinate representation of color #7915E6: hue angle of 268.71º 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 #7915E6 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 121 21 230 -
CMYK 0.47 0.91 0 0.10
HSL 268.71º 0.83% 0.49% -
HSV(B) 268.71º 0.91% 0.9% -
XYZ 22.44 10.31 75.67 -
YUV 74.73 215.63 161.01 -
System Red Green Blue C M Y K H S L
Decimal 121 21 230 0.47 0.91 0 0.10 268.71 0.83 0.49
Hex 79 15 E6 2F 5B 0 A 10D 53 31
Octal 171 25 346 57 133 0 12 415 123 61
Binary 1111001 10101 11100110 101111 1011011 0 1010 100001101 1010011 110001

Color Harmonies of #7915E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7915E6

Black with #7915E6

Text Example


Text Example

White with #7915E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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