#75206B

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

Shades of Palatinate Purple #75206B

Tints of Palatinate Purple #75206B

Color information

#75206B (or 0x75206B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 6B. RGB value is (117,32,107). Sum of RGB (Red+Green+Blue) = 117+32+107=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75206B is #8ADF94. Grayscale: #414141. Windows color (decimal): -9101205 or 7020661. OLE color: 7020661.

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

Color convert

RGB11732107-
CMYK00.730.090.54
HSL307.06º57.05%29.22%-
HSV(B)307.06º72.65%45.88%-
XYZ10.515.8814.49-
YUV65.96151.16164.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 107 (42.19% from 255) = 41.80%
R=45.70%
G=12.5%
B=41.80%

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
Decimal1173210700.730.090.54307.0657.0529.22
Hex75206B049936133391d
Octal16540153011111664637135
Binary1110101100000110101101001001100111011010011001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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