#753166

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

Shades of Palatinate Purple #753166

Tints of Palatinate Purple #753166

Color information

#753166 (or 0x753166) is unknown color: approx Palatinate Purple. HEX triplet: 75, 31 and 66. RGB value is (117,49,102). Sum of RGB (Red+Green+Blue) = 117+49+102=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #753166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753166 is #8ACE99. Grayscale: #4B4B4B. Windows color (decimal): -9096858 or 6697333. OLE color: 6697333.

HSL color Cylindrical-coordinate representation of color #753166: hue angle of 313.24º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753166 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB11749102-
CMYK00.580.130.54
HSL313.24º40.96%32.55%-
HSV(B)313.24º58.12%45.88%-
XYZ10.836.9413.34-
YUV75.37143.03157.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=43.66%
G=18.28%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174910200.580.130.54313.2440.9632.55
Hex75316603AD361392921
Octal1656114607215664715141
Binary1110101110001110011001110101101110110100111001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753166; }

 p { color: rgb(117,49,102); }

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

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

 a { background-color: rgb(117,49,102); }

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

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

 span { border-color: rgb(117,49,102); }

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