#75375F

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

Shades of Palatinate Purple #75375F

Tints of Palatinate Purple #75375F

Color information

#75375F (or 0x75375F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 37 and 5F. RGB value is (117,55,95). Sum of RGB (Red+Green+Blue) = 117+55+95=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #75375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75375F is #8AC8A0. Grayscale: #4E4E4E. Windows color (decimal): -9095329 or 6240117. OLE color: 6240117.

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

Color convert

RGB1175595-
CMYK00.530.190.54
HSL321.29º36.05%33.73%-
HSV(B)321.29º52.99%45.88%-
XYZ10.777.3411.68-
YUV78.1137.54155.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 55 (21.88% from 255) = 20.60%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=43.82%
G=20.60%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117559500.530.190.54321.2936.0533.73
Hex75375F03513361412422
Octal1656713706523665014442
Binary11101011101111011111011010110011110110101000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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