#753A6A

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

Shades of Palatinate Purple #753A6A

Tints of Palatinate Purple #753A6A

Color information

#753A6A (or 0x753A6A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 3A and 6A. RGB value is (117,58,106). Sum of RGB (Red+Green+Blue) = 117+58+106=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #753A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A6A is #8AC595. Grayscale: #505050. Windows color (decimal): -9094550 or 6961781. OLE color: 6961781.

HSL color Cylindrical-coordinate representation of color #753A6A: hue angle of 311.19º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A6A is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11758106-
CMYK00.500.090.54
HSL311.19º33.71%34.31%-
HSV(B)311.19º50.43%45.88%-
XYZ11.457.8514.55-
YUV81.11142.05153.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 58 (23.05% from 255) = 20.64%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=41.64%
G=20.64%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175810600.500.090.54311.1933.7134.31
Hex753A6A0329361372222
Octal1657215206211664674242
Binary1110101111010110101001100101001110110100110111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A6A; }

 p { color: rgb(117,58,106); }

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

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

 a { background-color: rgb(117,58,106); }

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

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

 span { border-color: rgb(117,58,106); }

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