#753A6B

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

Shades of Palatinate Purple #753A6B

Tints of Palatinate Purple #753A6B

Color information

#753A6B (or 0x753A6B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 3A and 6B. RGB value is (117,58,107). Sum of RGB (Red+Green+Blue) = 117+58+107=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #753A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A6B is #8AC594. Grayscale: #515151. Windows color (decimal): -9094549 or 7027317. OLE color: 7027317.

HSL color Cylindrical-coordinate representation of color #753A6B: hue angle of 310.17º 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 #753A6B is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11758107-
CMYK00.500.090.54
HSL310.17º33.71%34.31%-
HSV(B)310.17º50.43%45.88%-
XYZ11.57.8714.82-
YUV81.23142.55153.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=41.49%
G=20.57%
B=37.94%

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
Decimal1175810700.500.090.54310.1733.7134.31
Hex753A6B0329361362222
Octal1657215306211664664242
Binary1110101111010110101101100101001110110100110110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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