#753469

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

Shades of Palatinate Purple #753469

Tints of Palatinate Purple #753469

Color information

#753469 (or 0x753469) is unknown color: approx Palatinate Purple. HEX triplet: 75, 34 and 69. RGB value is (117,52,105). Sum of RGB (Red+Green+Blue) = 117+52+105=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #753469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753469 is #8ACB96. Grayscale: #4D4D4D. Windows color (decimal): -9096087 or 6894709. OLE color: 6894709.

HSL color Cylindrical-coordinate representation of color #753469: hue angle of 311.08º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753469 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11752105-
CMYK00.560.100.54
HSL311.08º38.46%33.14%-
HSV(B)311.08º55.56%45.88%-
XYZ11.117.2614.18-
YUV77.48143.53156.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=42.70%
G=18.98%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175210500.560.100.54311.0838.4633.14
Hex753469038A361372621
Octal1656415107012664674641
Binary1110101110100110100101110001010110110100110111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753469; }

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

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

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

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

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

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

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

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