#601554

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

Shades of Palatinate Purple #601554

Tints of Palatinate Purple #601554

Color information

#601554 (or 0x601554) is unknown color: approx Palatinate Purple. HEX triplet: 60, 15 and 54. RGB value is (96,21,84). Sum of RGB (Red+Green+Blue) = 96+21+84=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #601554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601554 is #9FEAAB. Grayscale: #323232. Windows color (decimal): -10480300 or 5510496. OLE color: 5510496.

HSL color Cylindrical-coordinate representation of color #601554: hue angle of 309.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #601554 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB962184-
CMYK00.780.120.62
HSL309.6º64.1%22.94%-
HSV(B)309.6º78.12%37.65%-
XYZ6.693.668.74-
YUV50.61146.85160.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 84 (33.20% from 255) = 41.79%
R=47.76%
G=10.45%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96218400.780.120.62309.664.122.94
Hex60155404EC3E1364017
Octal140251240116147646610027
Binary1100000101011010100010011101100111110100110110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601554; }

 p { color: rgb(96,21,84); }

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

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

 a { background-color: rgb(96,21,84); }

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

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

 span { border-color: rgb(96,21,84); }

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