#750298

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

Shades of Dark Magenta #750298

Tints of Dark Magenta #750298

Color information

#750298 (or 0x750298) is unknown color: approx Dark Magenta. HEX triplet: 75, 02 and 98. RGB value is (117,2,152). Sum of RGB (Red+Green+Blue) = 117+2+152=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #750298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750298 is #8AFD67. Grayscale: #353535. Windows color (decimal): -9108840 or 9962101. OLE color: 9962101.

HSL color Cylindrical-coordinate representation of color #750298: hue angle of 286º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750298 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1172152-
CMYK0.230.9900.40
HSL286º97.4%30.2%-
HSV(B)286º98.68%59.61%-
XYZ13.036.0930.2-
YUV53.48183.6173.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 152 (59.77% from 255) = 56.09%
R=43.17%
G=0.74%
B=56.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11721520.230.9900.4028697.430.2
Hex75298176302811e611e
Octal16522302714305043614136
Binary111010110100110001011111000110101000100011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750298; }

 p { color: rgb(117,2,152); }

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

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

 a { background-color: rgb(117,2,152); }

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

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

 span { border-color: rgb(117,2,152); }

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