#75285F

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

Shades of Palatinate Purple #75285F

Tints of Palatinate Purple #75285F

Color information

#75285F (or 0x75285F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 28 and 5F. RGB value is (117,40,95). Sum of RGB (Red+Green+Blue) = 117+40+95=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #75285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75285F is #8AD7A0. Grayscale: #454545. Windows color (decimal): -9099169 or 6236277. OLE color: 6236277.

HSL color Cylindrical-coordinate representation of color #75285F: hue angle of 317.14º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75285F is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1174095-
CMYK00.660.190.54
HSL317.14º49.04%30.78%-
HSV(B)317.14º65.81%45.88%-
XYZ10.166.1311.47-
YUV69.29142.51162.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=46.43%
G=15.87%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117409500.660.190.54317.1449.0430.78
Hex75285F042133613d311f
Octal16550137010223664756137
Binary11101011010001011111010000101001111011010011110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,40,95); }

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

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

 a { background-color: rgb(117,40,95); }

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

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

 span { border-color: rgb(117,40,95); }

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