#760EC5

Color #760EC5 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #760EC5

Tints of Dark Violet #760EC5

Color information

#760EC5 (or 0x760EC5) is unknown color: approx Dark Violet. HEX triplet: 76, 0E and C5. RGB value is (118,14,197). Sum of RGB (Red+Green+Blue) = 118+14+197=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #760EC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760EC5 is #89F13A. Grayscale: #414141. Windows color (decimal): -9040187 or 12914294. OLE color: 12914294.

HSL color Cylindrical-coordinate representation of color #760EC5: hue angle of 274.1º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760EC5 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11814197-
CMYK0.400.9300.23
HSL274.1º86.73%41.37%-
HSV(B)274.1º92.89%77.25%-
XYZ17.718.253.47-
YUV65.96201.96165.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 14 (5.86% from 255) = 4.26%
BLUE value IS 197 (77.34% from 255) = 59.88%
R=35.87%
G=4.26%
B=59.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118141970.400.9300.23274.186.7341.37
Hex76EC5285D0171125729
Octal166163055013502742212751
Binary111011011101100010110100010111010101111000100101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760EC5; }

 p { color: rgb(118,14,197); }

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

<style>
 a { background-color: #760EC5; }

 a { background-color: rgb(118,14,197); }

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

<style>
 span { border-color: #760EC5; }

 span { border-color: rgb(118,14,197); }

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