#75345E

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

Shades of Palatinate Purple #75345E

Tints of Palatinate Purple #75345E

Color information

#75345E (or 0x75345E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 34 and 5E. RGB value is (117,52,94). Sum of RGB (Red+Green+Blue) = 117+52+94=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75345E is #8ACBA1. Grayscale: #4C4C4C. Windows color (decimal): -9096098 or 6173813. OLE color: 6173813.

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

Color convert

RGB1175294-
CMYK00.560.200.54
HSL321.23º38.46%33.14%-
HSV(B)321.23º55.56%45.88%-
XYZ10.587.0511.39-
YUV76.22138.03157.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=44.49%
G=19.77%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117529400.560.200.54321.2338.4633.14
Hex75345E03814361412621
Octal1656413607024665014641
Binary11101011101001011110011100010100110110101000001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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