#75157F

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

Shades of Purple #75157F

Tints of Purple #75157F

Color information

#75157F (or 0x75157F) is unknown color: approx Purple. HEX triplet: 75, 15 and 7F. RGB value is (117,21,127). Sum of RGB (Red+Green+Blue) = 117+21+127=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #75157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75157F is #8AEA80. Grayscale: #3D3D3D. Windows color (decimal): -9104001 or 8328565. OLE color: 8328565.

HSL color Cylindrical-coordinate representation of color #75157F: hue angle of 294.34º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75157F is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11721127-
CMYK0.080.8300.50
HSL294.34º71.62%29.02%-
HSV(B)294.34º83.46%49.8%-
XYZ11.445.8520.61-
YUV61.79164.8167.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 127 (50% from 255) = 47.92%
R=44.15%
G=7.92%
B=47.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117211270.080.8300.50294.3471.6229.02
Hex75157F853032126481d
Octal165251771012306244611035
Binary1110101101011111111100010100110110010100100110100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,21,127); }

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

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

 a { background-color: rgb(117,21,127); }

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

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

 span { border-color: rgb(117,21,127); }

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