#601363

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

Shades of Palatinate Purple #601363

Tints of Palatinate Purple #601363

Color information

#601363 (or 0x601363) is unknown color: approx Palatinate Purple. HEX triplet: 60, 13 and 63. RGB value is (96,19,99). Sum of RGB (Red+Green+Blue) = 96+19+99=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #601363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601363 is #9FEC9C. Grayscale: #323232. Windows color (decimal): -10480797 or 6493024. OLE color: 6493024.

HSL color Cylindrical-coordinate representation of color #601363: hue angle of 297.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601363 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB961999-
CMYK0.030.8100.61
HSL297.75º67.8%23.14%-
HSV(B)297.75º80.81%38.82%-
XYZ7.313.8512.16-
YUV51.14155.01160-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=44.86%
G=8.88%
B=46.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9619990.030.8100.61297.7567.823.14
Hex60136335103D12a4417
Octal14023143312107545210427
Binary11000001001111000111110100010111101100101010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601363; }

 p { color: rgb(96,19,99); }

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

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

 a { background-color: rgb(96,19,99); }

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

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

 span { border-color: rgb(96,19,99); }

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