#760AC8

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

Shades of Dark Violet #760AC8

Tints of Dark Violet #760AC8

Color information

#760AC8 (or 0x760AC8) is unknown color: approx Dark Violet. HEX triplet: 76, 0A and C8. RGB value is (118,10,200). Sum of RGB (Red+Green+Blue) = 118+10+200=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 200 (78.52% from 255 or 60.98% from 328); Max value from RGB is 200 - color contains mainly: blue. Hex color #760AC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760AC8 is #89F537. Grayscale: #3F3F3F. Windows color (decimal): -9041208 or 13109878. OLE color: 13109878.

HSL color Cylindrical-coordinate representation of color #760AC8: hue angle of 274.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760AC8 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11810200-
CMYK0.410.9500.22
HSL274.11º90.48%41.18%-
HSV(B)274.11º95%78.43%-
XYZ18.018.2455.28-
YUV63.95204.78166.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 10 (4.30% from 255) = 3.05%
BLUE value IS 200 (78.52% from 255) = 60.98%
R=35.98%
G=3.05%
B=60.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118102000.410.9500.22274.1190.4841.18
Hex76AC8295F0161125a29
Octal166123105113702642213251
Binary111011010101100100010100110111110101101000100101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,10,200); }

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

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

 a { background-color: rgb(118,10,200); }

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

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

 span { border-color: rgb(118,10,200); }

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