#75296F

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

Shades of Palatinate Purple #75296F

Tints of Palatinate Purple #75296F

Color information

#75296F (or 0x75296F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 29 and 6F. RGB value is (117,41,111). Sum of RGB (Red+Green+Blue) = 117+41+111=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #75296F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75296F is #8AD690. Grayscale: #474747. Windows color (decimal): -9098897 or 7285109. OLE color: 7285109.

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

Color convert

RGB11741111-
CMYK00.650.050.54
HSL304.74º48.1%30.98%-
HSV(B)304.74º64.96%45.88%-
XYZ116.5215.72-
YUV71.7150.18160.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 41 (16.41% from 255) = 15.24%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=43.49%
G=15.24%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174111100.650.050.54304.7448.130.98
Hex75296F041536131301f
Octal1655115701015664616037
Binary111010110100111011110100000110111011010011000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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