#601E61

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

Shades of Palatinate Purple #601E61

Tints of Palatinate Purple #601E61

Color information

#601E61 (or 0x601E61) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1E and 61. RGB value is (96,30,97). Sum of RGB (Red+Green+Blue) = 96+30+97=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #601E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E61 is #9FE19E. Grayscale: #393939. Windows color (decimal): -10477983 or 6364768. OLE color: 6364768.

HSL color Cylindrical-coordinate representation of color #601E61: hue angle of 299.1º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E61 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB963097-
CMYK0.010.6900.62
HSL299.1º52.76%24.9%-
HSV(B)299.1º69.07%38.04%-
XYZ7.454.2811.74-
YUV57.37150.37155.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 30 (12.11% from 255) = 13.45%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=43.05%
G=13.45%
B=43.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9630970.010.6900.62299.152.7624.9
Hex601E6114503E12b3519
Octal1403614111050764536531
Binary110000011110110000111000101011111010010101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,30,97); }

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

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

 a { background-color: rgb(96,30,97); }

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

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

 span { border-color: rgb(96,30,97); }

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