#753463

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

Shades of Palatinate Purple #753463

Tints of Palatinate Purple #753463

Color information

#753463 (or 0x753463) is unknown color: approx Palatinate Purple. HEX triplet: 75, 34 and 63. RGB value is (117,52,99). Sum of RGB (Red+Green+Blue) = 117+52+99=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #753463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753463 is #8ACB9C. Grayscale: #4C4C4C. Windows color (decimal): -9096093 or 6501493. OLE color: 6501493.

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

Color convert

RGB1175299-
CMYK00.560.150.54
HSL316.62º38.46%33.14%-
HSV(B)316.62º55.56%45.88%-
XYZ10.827.1412.61-
YUV76.79140.53156.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=43.66%
G=19.40%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117529900.560.150.54316.6238.4633.14
Hex753463038F3613d2621
Octal1656414307017664754641
Binary1110101110100110001101110001111110110100111101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753463; }

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

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

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

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

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

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

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

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