#75295E

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

Shades of Palatinate Purple #75295E

Tints of Palatinate Purple #75295E

Color information

#75295E (or 0x75295E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 29 and 5E. RGB value is (117,41,94). Sum of RGB (Red+Green+Blue) = 117+41+94=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #75295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75295E is #8AD6A1. Grayscale: #454545. Windows color (decimal): -9098914 or 6170997. OLE color: 6170997.

HSL color Cylindrical-coordinate representation of color #75295E: hue angle of 318.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75295E is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1174194-
CMYK00.650.200.54
HSL318.16º48.1%30.98%-
HSV(B)318.16º64.96%45.88%-
XYZ10.156.1811.25-
YUV69.77141.68161.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=46.43%
G=16.27%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117419400.650.200.54318.1648.130.98
Hex75295E041143613e301f
Octal16551136010124664766037
Binary11101011010011011110010000011010011011010011111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75295E; }

 p { color: rgb(117,41,94); }

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

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

 a { background-color: rgb(117,41,94); }

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

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

 span { border-color: rgb(117,41,94); }

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