#75335E

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

Shades of Palatinate Purple #75335E

Tints of Palatinate Purple #75335E

Color information

#75335E (or 0x75335E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 33 and 5E. RGB value is (117,51,94). Sum of RGB (Red+Green+Blue) = 117+51+94=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75335E is #8ACCA1. Grayscale: #4B4B4B. Windows color (decimal): -9096354 or 6173557. OLE color: 6173557.

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

Color convert

RGB1175194-
CMYK00.560.200.54
HSL320.91º39.29%32.94%-
HSV(B)320.91º56.41%45.88%-
XYZ10.546.9611.38-
YUV75.64138.37157.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=44.66%
G=19.47%
B=35.88%

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
Decimal117519400.560.200.54320.9139.2932.94
Hex75335E03814361412721
Octal1656313607024665014741
Binary11101011100111011110011100010100110110101000001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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