#753C67

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

Shades of Palatinate Purple #753C67

Tints of Palatinate Purple #753C67

Color information

#753C67 (or 0x753C67) is unknown color: approx Palatinate Purple. HEX triplet: 75, 3C and 67. RGB value is (117,60,103). Sum of RGB (Red+Green+Blue) = 117+60+103=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #753C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C67 is #8AC398. Grayscale: #515151. Windows color (decimal): -9094041 or 6765685. OLE color: 6765685.

HSL color Cylindrical-coordinate representation of color #753C67: hue angle of 314.74º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753C67 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB11760103-
CMYK00.490.120.54
HSL314.74º32.2%34.71%-
HSV(B)314.74º48.72%45.88%-
XYZ11.47.9913.77-
YUV81.94139.88153-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 60 (23.83% from 255) = 21.43%
BLUE value IS 103 (40.62% from 255) = 36.79%
R=41.79%
G=21.43%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176010300.490.120.54314.7432.234.71
Hex753C67031C3613b2023
Octal1657414706114664734043
Binary1110101111100110011101100011100110110100111011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,60,103); }

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

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

 a { background-color: rgb(117,60,103); }

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

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

 span { border-color: rgb(117,60,103); }

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