#752863

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

Shades of Palatinate Purple #752863

Tints of Palatinate Purple #752863

Color information

#752863 (or 0x752863) is unknown color: approx Palatinate Purple. HEX triplet: 75, 28 and 63. RGB value is (117,40,99). Sum of RGB (Red+Green+Blue) = 117+40+99=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #752863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752863 is #8AD79C. Grayscale: #454545. Windows color (decimal): -9099165 or 6498421. OLE color: 6498421.

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

Color convert

RGB1174099-
CMYK00.660.150.54
HSL314.03º49.04%30.78%-
HSV(B)314.03º65.81%45.88%-
XYZ10.356.212.46-
YUV69.75144.51161.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=45.70%
G=15.62%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117409900.660.150.54314.0349.0430.78
Hex752863042F3613a311f
Octal16550143010217664726137
Binary1110101101000110001101000010111111011010011101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752863; }

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

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

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

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

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

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

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

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