#7C0F90

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

Shades of Dark Magenta #7C0F90

Tints of Dark Magenta #7C0F90

Color information

#7C0F90 (or 0x7C0F90) is unknown color: approx Dark Magenta. HEX triplet: 7C, 0F and 90. RGB value is (124,15,144). Sum of RGB (Red+Green+Blue) = 124+15+144=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C0F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0F90 is #83F06F. Grayscale: #3D3D3D. Windows color (decimal): -8646768 or 9441148. OLE color: 9441148.

HSL color Cylindrical-coordinate representation of color #7C0F90: hue angle of 290.7º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0F90 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12415144-
CMYK0.140.9000.44
HSL290.7º81.13%31.18%-
HSV(B)290.7º89.58%56.47%-
XYZ13.526.6426.95-
YUV62.3174.11172.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.82%
GREEN value IS 15 (6.25% from 255) = 5.30%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=43.82%
G=5.30%
B=50.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124151440.140.9000.44290.781.1331.18
Hex7CF90E5A02C123511f
Octal174172201613205444312137
Binary1111100111110010000111010110100101100100100011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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