#753661

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

Shades of Palatinate Purple #753661

Tints of Palatinate Purple #753661

Color information

#753661 (or 0x753661) is unknown color: approx Palatinate Purple. HEX triplet: 75, 36 and 61. RGB value is (117,54,97). Sum of RGB (Red+Green+Blue) = 117+54+97=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #753661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753661 is #8AC99E. Grayscale: #4D4D4D. Windows color (decimal): -9095583 or 6370933. OLE color: 6370933.

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

Color convert

RGB1175497-
CMYK00.540.170.54
HSL319.05º36.84%33.53%-
HSV(B)319.05º53.85%45.88%-
XYZ10.817.2812.15-
YUV77.74138.87156-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=43.66%
G=20.15%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117549700.540.170.54319.0536.8433.53
Hex753661036113613f2522
Octal1656614106621664774542
Binary11101011101101100001011011010001110110100111111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753661; }

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

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

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

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

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

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

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

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