#7710D1

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

Shades of Dark Violet #7710D1

Tints of Dark Violet #7710D1

Color information

#7710D1 (or 0x7710D1) is unknown color: approx Dark Violet. HEX triplet: 77, 10 and D1. RGB value is (119,16,209). Sum of RGB (Red+Green+Blue) = 119+16+209=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 209 (82.03% from 255 or 60.76% from 344); Max value from RGB is 209 - color contains mainly: blue. Hex color #7710D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7710D1 is #88EF2E. Grayscale: #444444. Windows color (decimal): -8974127 or 13701239. OLE color: 13701239.

HSL color Cylindrical-coordinate representation of color #7710D1: hue angle of 272.02º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7710D1 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11916209-
CMYK0.430.9200.18
HSL272.02º85.78%44.12%-
HSV(B)272.02º92.34%81.96%-
XYZ19.38.961.02-
YUV68.8207.12163.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 16 (6.64% from 255) = 4.65%
BLUE value IS 209 (82.03% from 255) = 60.76%
R=34.59%
G=4.65%
B=60.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal119162090.430.9200.18272.0285.7844.12
Hex7710D12B5C012110562c
Octal167203215313402242012654
Binary1110111100001101000110101110111000100101000100001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7710D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7710D1; }

 p { color: rgb(119,16,209); }

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

<style>
 a { background-color: #7710D1; }

 a { background-color: rgb(119,16,209); }

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

<style>
 span { border-color: #7710D1; }

 span { border-color: rgb(119,16,209); }

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