#60355A

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

Shades of Palatinate Purple #60355A

Tints of Palatinate Purple #60355A

Color information

#60355A (or 0x60355A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 35 and 5A. RGB value is (96,53,90). Sum of RGB (Red+Green+Blue) = 96+53+90=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #60355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60355A is #9FCAA5. Grayscale: #454545. Windows color (decimal): -10472102 or 5911904. OLE color: 5911904.

HSL color Cylindrical-coordinate representation of color #60355A: hue angle of 308.37º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60355A is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB965390-
CMYK00.450.060.62
HSL308.37º28.86%29.22%-
HSV(B)308.37º44.79%37.65%-
XYZ7.945.7710.37-
YUV70.08139.25146.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=40.17%
G=22.18%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96539000.450.060.62308.3728.8629.22
Hex60355A02D63E1341d1d
Octal140651320556764643535
Binary1100000110101101101001011011101111101001101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,53,90); }

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

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

 a { background-color: rgb(96,53,90); }

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

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

 span { border-color: rgb(96,53,90); }

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