#75296D

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

Shades of Palatinate Purple #75296D

Tints of Palatinate Purple #75296D

Color information

#75296D (or 0x75296D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 29 and 6D. RGB value is (117,41,109). Sum of RGB (Red+Green+Blue) = 117+41+109=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #75296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75296D is #8AD692. Grayscale: #474747. Windows color (decimal): -9098899 or 7154037. OLE color: 7154037.

HSL color Cylindrical-coordinate representation of color #75296D: hue angle of 306.32º 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 #75296D is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11741109-
CMYK00.650.070.54
HSL306.32º48.1%30.98%-
HSV(B)306.32º64.96%45.88%-
XYZ10.896.4715.14-
YUV71.48149.18160.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=43.82%
G=15.36%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174110900.650.070.54306.3248.130.98
Hex75296D041736132301f
Octal1655115501017664626037
Binary111010110100111011010100000111111011010011001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75296D; }

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

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

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

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

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

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

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

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