#75058F

Color #75058F Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #75058F

Tints of Purple #75058F

Color information

#75058F (or 0x75058F) is unknown color: approx Purple. HEX triplet: 75, 05 and 8F. RGB value is (117,5,143). Sum of RGB (Red+Green+Blue) = 117+5+143=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #75058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75058F is #8AFA70. Grayscale: #353535. Windows color (decimal): -9108081 or 9373045. OLE color: 9373045.

HSL color Cylindrical-coordinate representation of color #75058F: hue angle of 288.7º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75058F is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1175143-
CMYK0.180.9700.44
HSL288.7º93.24%29.02%-
HSV(B)288.7º96.5%56.08%-
XYZ12.355.8726.47-
YUV54.22178.11172.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 143 (56.25% from 255) = 53.96%
R=44.15%
G=1.89%
B=53.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11751430.180.9700.44288.793.2429.02
Hex7558F126102C1215d1d
Octal16552172214105444113535
Binary1110101101100011111001011000010101100100100001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75058F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75058F; }

 p { color: rgb(117,5,143); }

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

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

 a { background-color: rgb(117,5,143); }

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

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

 span { border-color: rgb(117,5,143); }

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