#601B5A

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

Shades of Palatinate Purple #601B5A

Tints of Palatinate Purple #601B5A

Color information

#601B5A (or 0x601B5A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1B and 5A. RGB value is (96,27,90). Sum of RGB (Red+Green+Blue) = 96+27+90=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #601B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601B5A is #9FE4A5. Grayscale: #363636. Windows color (decimal): -10478758 or 5905248. OLE color: 5905248.

HSL color Cylindrical-coordinate representation of color #601B5A: hue angle of 305.22º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #601B5A is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB962790-
CMYK00.720.060.62
HSL305.22º56.1%24.12%-
HSV(B)305.22º71.88%37.65%-
XYZ7.064.0110.07-
YUV54.81147.86157.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=45.07%
G=12.68%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96279000.720.060.62305.2256.124.12
Hex601B5A04863E1313818
Octal1403313201106764617030
Binary11000001101110110100100100011011111010011000111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601B5A; }

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

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

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

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

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

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

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

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