#7C0AC9

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

Shades of Dark Violet #7C0AC9

Tints of Dark Violet #7C0AC9

Color information

#7C0AC9 (or 0x7C0AC9) is unknown color: approx Dark Violet. HEX triplet: 7C, 0A and C9. RGB value is (124,10,201). Sum of RGB (Red+Green+Blue) = 124+10+201=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 201 (78.91% from 255 or 60% from 335); Max value from RGB is 201 - color contains mainly: blue. Hex color #7C0AC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0AC9 is #83F536. Grayscale: #414141. Windows color (decimal): -8647991 or 13175420. OLE color: 13175420.

HSL color Cylindrical-coordinate representation of color #7C0AC9: hue angle of 275.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0AC9 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12410201-
CMYK0.380.9500.21
HSL275.81º90.52%41.37%-
HSV(B)275.81º95.02%78.82%-
XYZ18.968.7255.94-
YUV65.86204.27169.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 201 (78.91% from 255) = 60%
R=37.01%
G=2.99%
B=60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal124102010.380.9500.21275.8190.5241.37
Hex7CAC9265F0151145b29
Octal174123114613702542413351
Binary111110010101100100110011010111110101011000101001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,10,201); }

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

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

 a { background-color: rgb(124,10,201); }

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

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

 span { border-color: rgb(124,10,201); }

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