#75355F

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

Shades of Palatinate Purple #75355F

Tints of Palatinate Purple #75355F

Color information

#75355F (or 0x75355F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 35 and 5F. RGB value is (117,53,95). Sum of RGB (Red+Green+Blue) = 117+53+95=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75355F is #8ACAA0. Grayscale: #4C4C4C. Windows color (decimal): -9095841 or 6239605. OLE color: 6239605.

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

Color convert

RGB1175395-
CMYK00.550.190.54
HSL320.62º37.65%33.33%-
HSV(B)320.62º54.7%45.88%-
XYZ10.677.1511.64-
YUV76.92138.2156.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=44.15%
G=20%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117539500.550.190.54320.6237.6533.33
Hex75355F03713361412621
Octal1656513706723665014641
Binary11101011101011011111011011110011110110101000001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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