#601463

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

Shades of Palatinate Purple #601463

Tints of Palatinate Purple #601463

Color information

#601463 (or 0x601463) is unknown color: approx Palatinate Purple. HEX triplet: 60, 14 and 63. RGB value is (96,20,99). Sum of RGB (Red+Green+Blue) = 96+20+99=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #601463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601463 is #9FEB9C. Grayscale: #333333. Windows color (decimal): -10480541 or 6493280. OLE color: 6493280.

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

Color convert

RGB962099-
CMYK0.030.8000.61
HSL297.72º66.39%23.33%-
HSV(B)297.72º79.8%38.82%-
XYZ7.333.8912.17-
YUV51.73154.68159.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=44.65%
G=9.30%
B=46.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9620990.030.8000.61297.7266.3923.33
Hex60146335003D12a4217
Octal14024143312007545210227
Binary11000001010011000111110100000111101100101010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601463; }

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

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

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

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

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

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

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

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