#753367

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

Shades of Palatinate Purple #753367

Tints of Palatinate Purple #753367

Color information

#753367 (or 0x753367) is unknown color: approx Palatinate Purple. HEX triplet: 75, 33 and 67. RGB value is (117,51,103). Sum of RGB (Red+Green+Blue) = 117+51+103=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #753367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753367 is #8ACC98. Grayscale: #4C4C4C. Windows color (decimal): -9096345 or 6763381. OLE color: 6763381.

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

Color convert

RGB11751103-
CMYK00.560.120.54
HSL312.73º39.29%32.94%-
HSV(B)312.73º56.41%45.88%-
XYZ10.977.1313.63-
YUV76.66142.87156.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=43.17%
G=18.82%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175110300.560.120.54312.7339.2932.94
Hex753367038C361392721
Octal1656314707014664714741
Binary1110101110011110011101110001100110110100111001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753367; }

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

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

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

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

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

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

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

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