#75205A

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

Shades of Palatinate Purple #75205A

Tints of Palatinate Purple #75205A

Color information

#75205A (or 0x75205A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 5A. RGB value is (117,32,90). Sum of RGB (Red+Green+Blue) = 117+32+90=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #75205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75205A is #8ADFA5. Grayscale: #3F3F3F. Windows color (decimal): -9101222 or 5906549. OLE color: 5906549.

HSL color Cylindrical-coordinate representation of color #75205A: hue angle of 319.06º 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 #75205A is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1173290-
CMYK00.730.230.54
HSL319.06º57.05%29.22%-
HSV(B)319.06º72.65%45.88%-
XYZ9.75.5510.23-
YUV64.03142.66165.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=48.95%
G=13.39%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117329000.730.230.54319.0657.0529.22
Hex75205A049173613f391d
Octal16540132011127664777135
Binary11101011000001011010010010011011111011010011111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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