#760BDA

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

Shades of Dark Violet #760BDA

Tints of Dark Violet #760BDA

Color information

#760BDA (or 0x760BDA) is unknown color: approx Dark Violet. HEX triplet: 76, 0B and DA. RGB value is (118,11,218). Sum of RGB (Red+Green+Blue) = 118+11+218=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #760BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BDA is #89F425. Grayscale: #414141. Windows color (decimal): -9040934 or 14289782. OLE color: 14289782.

HSL color Cylindrical-coordinate representation of color #760BDA: hue angle of 271.01º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BDA is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11811218-
CMYK0.460.9500.15
HSL271.01º90.39%44.9%-
HSV(B)271.01º94.95%85.49%-
XYZ20.259.1567.03-
YUV66.59213.45164.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 11 (4.69% from 255) = 3.17%
BLUE value IS 218 (85.55% from 255) = 62.82%
R=34.01%
G=3.17%
B=62.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal118112180.460.9500.15271.0190.3944.9
Hex76BDA2E5F0F10f5a2d
Octal166133325613701741713255
Binary11101101011110110101011101011111011111000011111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,11,218); }

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

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

 a { background-color: rgb(118,11,218); }

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

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

 span { border-color: rgb(118,11,218); }

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