#75206A

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

Shades of Palatinate Purple #75206A

Tints of Palatinate Purple #75206A

Color information

#75206A (or 0x75206A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 6A. RGB value is (117,32,106). Sum of RGB (Red+Green+Blue) = 117+32+106=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #75206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75206A is #8ADF95. Grayscale: #414141. Windows color (decimal): -9101206 or 6955125. OLE color: 6955125.

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

Color convert

RGB11732106-
CMYK00.730.090.54
HSL307.76º57.05%29.22%-
HSV(B)307.76º72.65%45.88%-
XYZ10.455.8614.21-
YUV65.85150.66164.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 32 (12.89% from 255) = 12.55%
BLUE value IS 106 (41.80% from 255) = 41.57%
R=45.88%
G=12.55%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173210600.730.090.54307.7657.0529.22
Hex75206A049936134391d
Octal16540152011111664647135
Binary1110101100000110101001001001100111011010011010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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