#601469

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

Shades of Palatinate Purple #601469

Tints of Palatinate Purple #601469

Color information

#601469 (or 0x601469) is unknown color: approx Palatinate Purple. HEX triplet: 60, 14 and 69. RGB value is (96,20,105). Sum of RGB (Red+Green+Blue) = 96+20+105=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #601469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601469 is #9FEB96. Grayscale: #343434. Windows color (decimal): -10480535 or 6886496. OLE color: 6886496.

HSL color Cylindrical-coordinate representation of color #601469: hue angle of 293.65º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601469 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9620105-
CMYK0.090.8100.59
HSL293.65º68%24.51%-
HSV(B)293.65º80.95%41.18%-
XYZ7.624.0113.74-
YUV52.41157.68159.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 20 (8.20% from 255) = 9.05%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=43.44%
G=9.05%
B=47.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96201050.090.8100.59293.656824.51
Hex60146995103B1264419
Octal140241511112107344610431
Binary1100000101001101001100110100010111011100100110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601469; }

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

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

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

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

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

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

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

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