#753162

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

Shades of Palatinate Purple #753162

Tints of Palatinate Purple #753162

Color information

#753162 (or 0x753162) is unknown color: approx Palatinate Purple. HEX triplet: 75, 31 and 62. RGB value is (117,49,98). Sum of RGB (Red+Green+Blue) = 117+49+98=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #753162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753162 is #8ACE9D. Grayscale: #4A4A4A. Windows color (decimal): -9096862 or 6435189. OLE color: 6435189.

HSL color Cylindrical-coordinate representation of color #753162: hue angle of 316.76º 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 #753162 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1174998-
CMYK00.580.160.54
HSL316.76º40.96%32.55%-
HSV(B)316.76º58.12%45.88%-
XYZ10.646.8612.32-
YUV74.92141.03158.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=44.32%
G=18.56%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117499800.580.160.54316.7640.9632.55
Hex75316203A103613d2921
Octal1656114207220664755141
Binary11101011100011100010011101010000110110100111101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753162; }

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

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

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

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

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

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

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

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