#7A0798

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

Shades of Dark Magenta #7A0798

Tints of Dark Magenta #7A0798

Color information

#7A0798 (or 0x7A0798) is unknown color: approx Dark Magenta. HEX triplet: 7A, 07 and 98. RGB value is (122,7,152). Sum of RGB (Red+Green+Blue) = 122+7+152=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A0798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0798 is #85F867. Grayscale: #393939. Windows color (decimal): -8779880 or 9963386. OLE color: 9963386.

HSL color Cylindrical-coordinate representation of color #7A0798: hue angle of 287.59º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0798 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1227152-
CMYK0.200.9500.40
HSL287.59º91.19%31.18%-
HSV(B)287.59º95.39%59.61%-
XYZ13.776.5630.25-
YUV57.92181.1173.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.42%
GREEN value IS 7 (3.12% from 255) = 2.49%
BLUE value IS 152 (59.77% from 255) = 54.09%
R=43.42%
G=2.49%
B=54.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12271520.200.9500.40287.5991.1931.18
Hex7A798145F0281205b1f
Octal17272302413705044013337
Binary1111010111100110001010010111110101000100100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,7,152); }

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

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

 a { background-color: rgb(122,7,152); }

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

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

 span { border-color: rgb(122,7,152); }

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