#7B0798

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

Shades of Dark Magenta #7B0798

Tints of Dark Magenta #7B0798

Color information

#7B0798 (or 0x7B0798) is unknown color: approx Dark Magenta. HEX triplet: 7B, 07 and 98. RGB value is (123,7,152). Sum of RGB (Red+Green+Blue) = 123+7+152=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B0798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0798 is #84F867. Grayscale: #393939. Windows color (decimal): -8714344 or 9963387. OLE color: 9963387.

HSL color Cylindrical-coordinate representation of color #7B0798: hue angle of 288º 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 #7B0798 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1237152-
CMYK0.190.9500.40
HSL288º91.19%31.18%-
HSV(B)288º95.39%59.61%-
XYZ13.916.6330.25-
YUV58.21180.93174.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.62%
GREEN value IS 7 (3.12% from 255) = 2.48%
BLUE value IS 152 (59.77% from 255) = 53.90%
R=43.62%
G=2.48%
B=53.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12371520.190.9500.4028891.1931.18
Hex7B798135F0281205b1f
Octal17372302313705044013337
Binary1111011111100110001001110111110101000100100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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