Html Css Color HEX #7918EC Blue Violet

📋 copy color: '#7918EC'

red 121 ◦ green 24 ◦ blue 236

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

Shades of Blue Violet #7918EC

Tints of Blue Violet #7918EC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.3%

 BLUE value IS 236 (92.58% from 255) = 61.94%

R = 31.76%
G = 6.3%
B = 61.94%

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

#7918EC (or 0x7918EC) is known color: Blue Violet. HEX triplet: 79, 18 and EC. RGB value is (121,24,236). Sum of RGB (Red+Green+Blue) = 121+24+236=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #7918EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7918EC is #86E713. Grayscale: #4C4C4C. Windows color (decimal): -8840980 or 15472761. OLE color: 15472761.

HSL color Cylindrical-coordinate representation of color #7918EC: hue angle of 267.45º degrees, saturation: 0.85, 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 #7918EC is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 24 236 -
CMYK 0.49 0.90 0 0.07
HSL 267.45º 0.85% 0.51% -
HSV(B) 267.45º 0.9% 0.93% -
XYZ 23.35 10.77 80.21 -
YUV 77.17 217.64 159.26 -
System Red Green Blue C M Y K H S L
Decimal 121 24 236 0.49 0.90 0 0.07 267.45 0.85 0.51
Hex 79 18 EC 31 5A 0 7 10B 55 33
Octal 171 30 354 61 132 0 7 413 125 63
Binary 1111001 11000 11101100 110001 1011010 0 111 100001011 1010101 110011

Color Harmonies of #7918EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7918EC

Black with #7918EC

Text Example


Text Example

White with #7918EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7918EC; }

 p { color: rgb(121,24,236); }

 H1.HeaderClassName
 {
   color: #7918EC;
 }
 .AnyTagClassName
 {
   color: #7918EC;
 }
</style>

background-color css

<style>
 a { background-color: #7918EC; }

 a { background-color: rgb(121,24,236); }

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

border-color css

<style>
 span { border-color: #7918EC; }

 span { border-color: rgb(121,24,236); }

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