Html Css Color HEX #7818EC Blue Violet

📋 copy color: '#7818EC'

red 120 ◦ green 24 ◦ blue 236

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

Shades of Blue Violet #7818EC

Tints of Blue Violet #7818EC

RGB

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

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

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

R = 31.58%
G = 6.32%
B = 62.11%

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

#7818EC (or 0x7818EC) is known color: Blue Violet. HEX triplet: 78, 18 and EC. RGB value is (120,24,236). Sum of RGB (Red+Green+Blue) = 120+24+236=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #7818EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7818EC is #87E713. Grayscale: #4C4C4C. Windows color (decimal): -8906516 or 15472760. OLE color: 15472760.

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

Color convert

RGB 120 24 236 -
CMYK 0.49 0.90 0 0.07
HSL 267.17º 0.85% 0.51% -
HSV(B) 267.17º 0.9% 0.93% -
XYZ 23.21 10.7 80.2 -
YUV 76.87 217.8 158.76 -
System Red Green Blue C M Y K H S L
Decimal 120 24 236 0.49 0.90 0 0.07 267.17 0.85 0.51
Hex 78 18 EC 31 5A 0 7 10B 55 33
Octal 170 30 354 61 132 0 7 413 125 63
Binary 1111000 11000 11101100 110001 1011010 0 111 100001011 1010101 110011

Color Harmonies of #7818EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7818EC

Black with #7818EC

Text Example


Text Example

White with #7818EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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