#753368

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

Shades of Palatinate Purple #753368

Tints of Palatinate Purple #753368

Color information

#753368 (or 0x753368) is unknown color: approx Palatinate Purple. HEX triplet: 75, 33 and 68. RGB value is (117,51,104). Sum of RGB (Red+Green+Blue) = 117+51+104=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #753368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753368 is #8ACC97. Grayscale: #4C4C4C. Windows color (decimal): -9096344 or 6828917. OLE color: 6828917.

HSL color Cylindrical-coordinate representation of color #753368: hue angle of 311.82º degrees, saturation: 0.39, 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 #753368 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11751104-
CMYK00.560.110.54
HSL311.82º39.29%32.94%-
HSV(B)311.82º56.41%45.88%-
XYZ11.027.1513.9-
YUV76.78143.37156.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=43.01%
G=18.75%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175110400.560.110.54311.8239.2932.94
Hex753368038B361382721
Octal1656315007013664704741
Binary1110101110011110100001110001011110110100111000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753368; }

 p { color: rgb(117,51,104); }

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

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

 a { background-color: rgb(117,51,104); }

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

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

 span { border-color: rgb(117,51,104); }

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