#7C0FAD

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

Shades of Dark Violet #7C0FAD

Tints of Dark Violet #7C0FAD

Color information

#7C0FAD (or 0x7C0FAD) is unknown color: approx Dark Violet. HEX triplet: 7C, 0F and AD. RGB value is (124,15,173). Sum of RGB (Red+Green+Blue) = 124+15+173=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C0FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0FAD is #83F052. Grayscale: #414141. Windows color (decimal): -8646739 or 11341692. OLE color: 11341692.

HSL color Cylindrical-coordinate representation of color #7C0FAD: hue angle of 281.39º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C0FAD is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12415173-
CMYK0.280.9100.32
HSL281.39º84.04%36.86%-
HSV(B)281.39º91.33%67.84%-
XYZ16.037.6440.17-
YUV65.6188.61169.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.74%
GREEN value IS 15 (6.25% from 255) = 4.81%
BLUE value IS 173 (67.97% from 255) = 55.45%
R=39.74%
G=4.81%
B=55.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124151730.280.9100.32281.3984.0436.86
Hex7CFAD1C5B0201195425
Octal174172553413304043112445
Binary111110011111010110111100101101101000001000110011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,15,173); }

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

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

 a { background-color: rgb(124,15,173); }

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

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

 span { border-color: rgb(124,15,173); }

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