#75205C

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

Shades of Palatinate Purple #75205C

Tints of Palatinate Purple #75205C

Color information

#75205C (or 0x75205C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 5C. RGB value is (117,32,92). Sum of RGB (Red+Green+Blue) = 117+32+92=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75205C is #8ADFA3. Grayscale: #404040. Windows color (decimal): -9101220 or 6037621. OLE color: 6037621.

HSL color Cylindrical-coordinate representation of color #75205C: hue angle of 317.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75205C is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1173292-
CMYK00.730.210.54
HSL317.65º57.05%29.22%-
HSV(B)317.65º72.65%45.88%-
XYZ9.785.5910.69-
YUV64.26143.66165.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=48.55%
G=13.28%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117329200.730.210.54317.6557.0529.22
Hex75205C049153613e391d
Octal16540134011125664767135
Binary11101011000001011100010010011010111011010011111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75205C; }

 p { color: rgb(117,32,92); }

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

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

 a { background-color: rgb(117,32,92); }

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

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

 span { border-color: rgb(117,32,92); }

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