Html Css Color HEX #7618EC Blue Violet

📋 copy color: '#7618EC'

red 118 ◦ green 24 ◦ blue 236

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

Shades of Blue Violet #7618EC

Tints of Blue Violet #7618EC

RGB

 RED value IS 118 (46.48% from 255) = 31.22%

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

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

R = 31.22%
G = 6.35%
B = 62.43%

CMYK

 C value IS 0.5

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7618EC (or 0x7618EC) is known color: Blue Violet. HEX triplet: 76, 18 and EC. RGB value is (118,24,236). Sum of RGB (Red+Green+Blue) = 118+24+236=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #7618EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7618EC is #89E713. Grayscale: #4B4B4B. Windows color (decimal): -9037588 or 15472758. OLE color: 15472758.

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

Color convert

RGB 118 24 236 -
CMYK 0.5 0.90 0 0.07
HSL 266.6º 0.85% 0.51% -
HSV(B) 266.6º 0.9% 0.93% -
XYZ 22.94 10.56 80.19 -
YUV 76.27 218.14 157.76 -
System Red Green Blue C M Y K H S L
Decimal 118 24 236 0.5 0.90 0 0.07 266.6 0.85 0.51
Hex 76 18 EC 32 5A 0 7 10B 55 33
Octal 166 30 354 62 132 0 7 413 125 63
Binary 1110110 11000 11101100 110010 1011010 0 111 100001011 1010101 110011

Color Harmonies of #7618EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7618EC

Black with #7618EC

Text Example


Text Example

White with #7618EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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