Html Css Color HEX #7914E5 Blue Violet

📋 copy color: '#7914E5'

red 121 ◦ green 20 ◦ blue 229

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

Shades of Blue Violet #7914E5

Tints of Blue Violet #7914E5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.41%

 BLUE value IS 229 (89.84% from 255) = 61.89%

R = 32.7%
G = 5.41%
B = 61.89%

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

#7914E5 (or 0x7914E5) is known color: Blue Violet. HEX triplet: 79, 14 and E5. RGB value is (121,20,229). Sum of RGB (Red+Green+Blue) = 121+20+229=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 229 (89.84% from 255 or 61.89% from 370); Max value from RGB is 229 - color contains mainly: blue. Hex color #7914E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7914E5 is #86EB1A. Grayscale: #494949. Windows color (decimal): -8842011 or 15012985. OLE color: 15012985.

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

Color convert

RGB 121 20 229 -
CMYK 0.47 0.91 0 0.10
HSL 269º 0.84% 0.49% -
HSV(B) 269º 0.91% 0.9% -
XYZ 22.28 10.22 74.93 -
YUV 74.03 215.46 161.51 -
System Red Green Blue C M Y K H S L
Decimal 121 20 229 0.47 0.91 0 0.10 269 0.84 0.49
Hex 79 14 E5 2F 5B 0 A 10D 54 31
Octal 171 24 345 57 133 0 12 415 124 61
Binary 1111001 10100 11100101 101111 1011011 0 1010 100001101 1010100 110001

Color Harmonies of #7914E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7914E5

Black with #7914E5

Text Example


Text Example

White with #7914E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7914E5; }

 p { color: rgb(121,20,229); }

 H1.HeaderClassName
 {
   color: #7914E5;
 }
 .AnyTagClassName
 {
   color: #7914E5;
 }
</style>

background-color css

<style>
 a { background-color: #7914E5; }

 a { background-color: rgb(121,20,229); }

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

border-color css

<style>
 span { border-color: #7914E5; }

 span { border-color: rgb(121,20,229); }

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