#752963

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

Shades of Palatinate Purple #752963

Tints of Palatinate Purple #752963

Color information

#752963 (or 0x752963) is unknown color: approx Palatinate Purple. HEX triplet: 75, 29 and 63. RGB value is (117,41,99). Sum of RGB (Red+Green+Blue) = 117+41+99=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #752963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752963 is #8AD69C. Grayscale: #464646. Windows color (decimal): -9098909 or 6498677. OLE color: 6498677.

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

Color convert

RGB1174199-
CMYK00.650.150.54
HSL314.21º48.1%30.98%-
HSV(B)314.21º64.96%45.88%-
XYZ10.386.2712.47-
YUV70.34144.18161.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=45.53%
G=15.95%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117419900.650.150.54314.2148.130.98
Hex752963041F3613a301f
Octal16551143010117664726037
Binary1110101101001110001101000001111111011010011101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752963; }

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

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

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

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

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

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

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

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