#75356B

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

Shades of Palatinate Purple #75356B

Tints of Palatinate Purple #75356B

Color information

#75356B (or 0x75356B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 35 and 6B. RGB value is (117,53,107). Sum of RGB (Red+Green+Blue) = 117+53+107=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75356B is #8ACA94. Grayscale: #4E4E4E. Windows color (decimal): -9095829 or 7026037. OLE color: 7026037.

HSL color Cylindrical-coordinate representation of color #75356B: hue angle of 309.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75356B is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11753107-
CMYK00.550.090.54
HSL309.38º37.65%33.33%-
HSV(B)309.38º54.7%45.88%-
XYZ11.267.3914.74-
YUV78.29144.2155.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=42.24%
G=19.13%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175310700.550.090.54309.3837.6533.33
Hex75356B0379361352621
Octal1656515306711664654641
Binary1110101110101110101101101111001110110100110101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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