#752969

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

Shades of Palatinate Purple #752969

Tints of Palatinate Purple #752969

Color information

#752969 (or 0x752969) is unknown color: approx Palatinate Purple. HEX triplet: 75, 29 and 69. RGB value is (117,41,105). Sum of RGB (Red+Green+Blue) = 117+41+105=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #752969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752969 is #8AD696. Grayscale: #464646. Windows color (decimal): -9098903 or 6891893. OLE color: 6891893.

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

Color convert

RGB11741105-
CMYK00.650.100.54
HSL309.47º48.1%30.98%-
HSV(B)309.47º64.96%45.88%-
XYZ10.686.3914.03-
YUV71.02147.18160.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 41 (16.41% from 255) = 15.59%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=44.49%
G=15.59%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174110500.650.100.54309.4748.130.98
Hex752969041A36135301f
Octal16551151010112664656037
Binary1110101101001110100101000001101011011010011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752969; }

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

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

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

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

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

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

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

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