#753262

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

Shades of Palatinate Purple #753262

Tints of Palatinate Purple #753262

Color information

#753262 (or 0x753262) is unknown color: approx Palatinate Purple. HEX triplet: 75, 32 and 62. RGB value is (117,50,98). Sum of RGB (Red+Green+Blue) = 117+50+98=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #753262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753262 is #8ACD9D. Grayscale: #4B4B4B. Windows color (decimal): -9096606 or 6435445. OLE color: 6435445.

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

Color convert

RGB1175098-
CMYK00.570.160.54
HSL317.01º40.12%32.75%-
HSV(B)317.01º57.26%45.88%-
XYZ10.686.9412.33-
YUV75.5140.7157.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=44.15%
G=18.87%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117509800.570.160.54317.0140.1232.75
Hex753262039103613d2821
Octal1656214207120664755041
Binary11101011100101100010011100110000110110100111101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753262; }

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

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

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

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

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

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

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

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