#753362

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

Shades of Palatinate Purple #753362

Tints of Palatinate Purple #753362

Color information

#753362 (or 0x753362) is unknown color: approx Palatinate Purple. HEX triplet: 75, 33 and 62. RGB value is (117,51,98). Sum of RGB (Red+Green+Blue) = 117+51+98=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #753362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753362 is #8ACC9D. Grayscale: #4B4B4B. Windows color (decimal): -9096350 or 6435701. OLE color: 6435701.

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

Color convert

RGB1175198-
CMYK00.560.160.54
HSL317.27º39.29%32.94%-
HSV(B)317.27º56.41%45.88%-
XYZ10.727.0312.35-
YUV76.09140.37157.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=43.98%
G=19.17%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117519800.560.160.54317.2739.2932.94
Hex753362038103613d2721
Octal1656314207020664754741
Binary11101011100111100010011100010000110110100111101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753362; }

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

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

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

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

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

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

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

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