Html Css Color HEX #7917ED Blue Violet

📋 copy color: '#7917ED'

red 121 ◦ green 23 ◦ blue 237

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

Shades of Blue Violet #7917ED

Tints of Blue Violet #7917ED

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.04%

 BLUE value IS 237 (92.97% from 255) = 62.2%

R = 31.76%
G = 6.04%
B = 62.2%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7917ED (or 0x7917ED) is known color: Blue Violet. HEX triplet: 79, 17 and ED. RGB value is (121,23,237). Sum of RGB (Red+Green+Blue) = 121+23+237=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #7917ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7917ED is #86E812. Grayscale: #4B4B4B. Windows color (decimal): -8841235 or 15538041. OLE color: 15538041.

HSL color Cylindrical-coordinate representation of color #7917ED: hue angle of 267.48º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7917ED is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 23 237 -
CMYK 0.49 0.90 0 0.07
HSL 267.48º 0.86% 0.51% -
HSV(B) 267.48º 0.9% 0.93% -
XYZ 23.48 10.79 80.97 -
YUV 76.7 218.47 159.6 -
System Red Green Blue C M Y K H S L
Decimal 121 23 237 0.49 0.90 0 0.07 267.48 0.86 0.51
Hex 79 17 ED 31 5A 0 7 10B 56 33
Octal 171 27 355 61 132 0 7 413 126 63
Binary 1111001 10111 11101101 110001 1011010 0 111 100001011 1010110 110011

Color Harmonies of #7917ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7917ED

Black with #7917ED

Text Example


Text Example

White with #7917ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7917ED; }

 p { color: rgb(121,23,237); }

 H1.HeaderClassName
 {
   color: #7917ED;
 }
 .AnyTagClassName
 {
   color: #7917ED;
 }
</style>

background-color css

<style>
 a { background-color: #7917ED; }

 a { background-color: rgb(121,23,237); }

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

border-color css

<style>
 span { border-color: #7917ED; }

 span { border-color: rgb(121,23,237); }

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