#75355E

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

Shades of Palatinate Purple #75355E

Tints of Palatinate Purple #75355E

Color information

#75355E (or 0x75355E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 35 and 5E. RGB value is (117,53,94). Sum of RGB (Red+Green+Blue) = 117+53+94=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75355E is #8ACAA1. Grayscale: #4C4C4C. Windows color (decimal): -9095842 or 6174069. OLE color: 6174069.

HSL color Cylindrical-coordinate representation of color #75355E: hue angle of 321.56º 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 #75355E is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1175394-
CMYK00.550.200.54
HSL321.56º37.65%33.33%-
HSV(B)321.56º54.7%45.88%-
XYZ10.637.1411.41-
YUV76.81137.7156.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=44.32%
G=20.08%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117539400.550.200.54321.5637.6533.33
Hex75355E03714361422621
Octal1656513606724665024641
Binary11101011101011011110011011110100110110101000010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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