#60145B

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

Shades of Palatinate Purple #60145B

Tints of Palatinate Purple #60145B

Color information

#60145B (or 0x60145B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 14 and 5B. RGB value is (96,20,91). Sum of RGB (Red+Green+Blue) = 96+20+91=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60145B is #9FEBA4. Grayscale: #323232. Windows color (decimal): -10480549 or 5968992. OLE color: 5968992.

HSL color Cylindrical-coordinate representation of color #60145B: hue angle of 303.95º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60145B is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB962091-
CMYK00.790.050.62
HSL303.95º65.52%22.75%-
HSV(B)303.95º79.17%37.65%-
XYZ6.963.7410.25-
YUV50.82150.68160.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=46.38%
G=9.66%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96209100.790.050.62303.9565.5222.75
Hex60145B04F53E1304217
Octal14024133011757646010227
Binary110000010100101101101001111101111110100110000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,20,91); }

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

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

 a { background-color: rgb(96,20,91); }

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

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

 span { border-color: rgb(96,20,91); }

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