#7C10D2

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

Shades of Dark Violet #7C10D2

Tints of Dark Violet #7C10D2

Color information

#7C10D2 (or 0x7C10D2) is unknown color: approx Dark Violet. HEX triplet: 7C, 10 and D2. RGB value is (124,16,210). Sum of RGB (Red+Green+Blue) = 124+16+210=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 210 (82.42% from 255 or 60% from 350); Max value from RGB is 210 - color contains mainly: blue. Hex color #7C10D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C10D2 is #83EF2D. Grayscale: #454545. Windows color (decimal): -8646446 or 13766780. OLE color: 13766780.

HSL color Cylindrical-coordinate representation of color #7C10D2: hue angle of 273.4º 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 #7C10D2 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12416210-
CMYK0.410.9200.18
HSL273.4º85.84%44.31%-
HSV(B)273.4º92.38%82.35%-
XYZ20.139.3161.71-
YUV70.41206.78166.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.43%
GREEN value IS 16 (6.64% from 255) = 4.57%
BLUE value IS 210 (82.42% from 255) = 60%
R=35.43%
G=4.57%
B=60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124162100.410.9200.18273.485.8444.31
Hex7C10D2295C012111562c
Octal174203225113402242112654
Binary1111100100001101001010100110111000100101000100011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C10D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C10D2; }

 p { color: rgb(124,16,210); }

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

<style>
 a { background-color: #7C10D2; }

 a { background-color: rgb(124,16,210); }

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

<style>
 span { border-color: #7C10D2; }

 span { border-color: rgb(124,16,210); }

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