#75356A

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

Shades of Palatinate Purple #75356A

Tints of Palatinate Purple #75356A

Color information

#75356A (or 0x75356A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 35 and 6A. RGB value is (117,53,106). Sum of RGB (Red+Green+Blue) = 117+53+106=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75356A is #8ACA95. Grayscale: #4E4E4E. Windows color (decimal): -9095830 or 6960501. OLE color: 6960501.

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

Color convert

RGB11753106-
CMYK00.550.090.54
HSL310.31º37.65%33.33%-
HSV(B)310.31º54.7%45.88%-
XYZ11.217.3714.47-
YUV78.18143.7155.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=42.39%
G=19.20%
B=38.41%

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
Decimal1175310600.550.090.54310.3137.6533.33
Hex75356A0379361362621
Octal1656515206711664664641
Binary1110101110101110101001101111001110110100110110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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