#753B67

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

Shades of Palatinate Purple #753B67

Tints of Palatinate Purple #753B67

Color information

#753B67 (or 0x753B67) is unknown color: approx Palatinate Purple. HEX triplet: 75, 3B and 67. RGB value is (117,59,103). Sum of RGB (Red+Green+Blue) = 117+59+103=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #753B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B67 is #8AC498. Grayscale: #515151. Windows color (decimal): -9094297 or 6765429. OLE color: 6765429.

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

Color convert

RGB11759103-
CMYK00.500.120.54
HSL314.48º32.95%34.51%-
HSV(B)314.48º49.57%45.88%-
XYZ11.357.8913.76-
YUV81.36140.22153.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=41.94%
G=21.15%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175910300.500.120.54314.4832.9534.51
Hex753B67032C3613a2123
Octal1657314706214664724143
Binary1110101111011110011101100101100110110100111010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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