#752463

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

Shades of Palatinate Purple #752463

Tints of Palatinate Purple #752463

Color information

#752463 (or 0x752463) is unknown color: approx Palatinate Purple. HEX triplet: 75, 24 and 63. RGB value is (117,36,99). Sum of RGB (Red+Green+Blue) = 117+36+99=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #752463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752463 is #8ADB9C. Grayscale: #434343. Windows color (decimal): -9100189 or 6497397. OLE color: 6497397.

HSL color Cylindrical-coordinate representation of color #752463: hue angle of 313.33º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752463 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB1173699-
CMYK00.690.150.54
HSL313.33º52.94%30%-
HSV(B)313.33º69.23%45.88%-
XYZ10.225.9412.41-
YUV67.4145.84163.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 36 (14.45% from 255) = 14.29%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=46.43%
G=14.29%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117369900.690.150.54313.3352.9430
Hex752463045F36139351e
Octal16544143010517664716536
Binary1110101100100110001101000101111111011010011100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752463; }

 p { color: rgb(117,36,99); }

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

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

 a { background-color: rgb(117,36,99); }

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

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

 span { border-color: rgb(117,36,99); }

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