Html Css Color HEX #7618EF Blue Violet

📋 copy color: '#7618EF'

red 118 ◦ green 24 ◦ blue 239

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

Shades of Blue Violet #7618EF

Tints of Blue Violet #7618EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.73%

R = 30.97%
G = 6.3%
B = 62.73%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7618EF (or 0x7618EF) is known color: Blue Violet. HEX triplet: 76, 18 and EF. RGB value is (118,24,239). Sum of RGB (Red+Green+Blue) = 118+24+239=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #7618EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7618EF is #89E710. Grayscale: #4B4B4B. Windows color (decimal): -9037585 or 15669366. OLE color: 15669366.

HSL color Cylindrical-coordinate representation of color #7618EF: hue angle of 266.23º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7618EF is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 24 239 -
CMYK 0.51 0.90 0 0.06
HSL 266.23º 0.87% 0.52% -
HSV(B) 266.23º 0.9% 0.94% -
XYZ 23.38 10.74 82.5 -
YUV 76.62 219.64 157.52 -
System Red Green Blue C M Y K H S L
Decimal 118 24 239 0.51 0.90 0 0.06 266.23 0.87 0.52
Hex 76 18 EF 33 5A 0 6 10A 57 34
Octal 166 30 357 63 132 0 6 412 127 64
Binary 1110110 11000 11101111 110011 1011010 0 110 100001010 1010111 110100

Color Harmonies of #7618EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7618EF

Black with #7618EF

Text Example


Text Example

White with #7618EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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