#750198

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

Shades of Dark Magenta #750198

Tints of Dark Magenta #750198

Color information

#750198 (or 0x750198) is unknown color: approx Dark Magenta. HEX triplet: 75, 01 and 98. RGB value is (117,1,152). Sum of RGB (Red+Green+Blue) = 117+1+152=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #750198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750198 is #8AFE67. Grayscale: #343434. Windows color (decimal): -9109096 or 9961845. OLE color: 9961845.

HSL color Cylindrical-coordinate representation of color #750198: hue angle of 286.09º degrees, saturation: 0.99, 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 #750198 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1171152-
CMYK0.230.9900.40
HSL286.09º98.69%30%-
HSV(B)286.09º99.34%59.61%-
XYZ13.016.0730.19-
YUV52.9183.93173.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 152 (59.77% from 255) = 56.30%
R=43.33%
G=0.37%
B=56.30%

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
Decimal11711520.230.9900.40286.0998.6930
Hex75198176302811e631e
Octal16512302714305043614336
Binary11101011100110001011111000110101000100011110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750198; }

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

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

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

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

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

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

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

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