#753461

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

Shades of Palatinate Purple #753461

Tints of Palatinate Purple #753461

Color information

#753461 (or 0x753461) is unknown color: approx Palatinate Purple. HEX triplet: 75, 34 and 61. RGB value is (117,52,97). Sum of RGB (Red+Green+Blue) = 117+52+97=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #753461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753461 is #8ACB9E. Grayscale: #4C4C4C. Windows color (decimal): -9096095 or 6370421. OLE color: 6370421.

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

Color convert

RGB1175297-
CMYK00.560.170.54
HSL318.46º38.46%33.14%-
HSV(B)318.46º55.56%45.88%-
XYZ10.727.112.11-
YUV76.56139.53156.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=43.98%
G=19.55%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117529700.560.170.54318.4638.4633.14
Hex753461038113613e2621
Octal1656414107021664764641
Binary11101011101001100001011100010001110110100111110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753461; }

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

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

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

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

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

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

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

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