#7618e4

Color #7618E4 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7618E4

Tints of Blue Violet #7618E4

Color information

#7618E4 (or 0x7618E4) is unknown color: approx Blue Violet. HEX triplet: 76, 18 and E4. RGB value is (118,24,228). Sum of RGB (Red+Green+Blue) = 118+24+228=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 228 (89.45% from 255 or 61.62% from 370); Max value from RGB is 228 - color contains mainly: blue. Hex color #7618E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7618E4 is #89E71B. Grayscale: #4A4A4A. Windows color (decimal): -9037596 or 14948470. OLE color: 14948470.

HSL color Cylindrical-coordinate representation of color #7618E4: hue angle of 267.65º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7618E4 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11824228-
CMYK0.480.8900.11
HSL267.65º80.95%49.41%-
HSV(B)267.65º89.47%89.41%-
XYZ21.810.1174.2-
YUV75.36214.14158.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 24 (9.77% from 255) = 6.49%
BLUE value IS 228 (89.45% from 255) = 61.62%
R=31.89%
G=6.49%
B=61.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal118242280.480.8900.11267.6580.9549.41
Hex7618E430590B10c5131
Octal166303446013101341412161
Binary111011011000111001001100001011001010111000011001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7618e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7618e4;
 }
 .AnyTagClassName
 {
   color: #7618e4;
 }
</style>
background-color css

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

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

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

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

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

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