#601350

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

Shades of Palatinate Purple #601350

Tints of Palatinate Purple #601350

Color information

#601350 (or 0x601350) is unknown color: approx Palatinate Purple. HEX triplet: 60, 13 and 50. RGB value is (96,19,80). Sum of RGB (Red+Green+Blue) = 96+19+80=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #601350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601350 is #9FECAF. Grayscale: #303030. Windows color (decimal): -10480816 or 5247840. OLE color: 5247840.

HSL color Cylindrical-coordinate representation of color #601350: hue angle of 312.47º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601350 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB961980-
CMYK00.800.170.62
HSL312.47º66.96%22.55%-
HSV(B)312.47º80.21%37.65%-
XYZ6.53.537.93-
YUV48.98145.51161.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=49.23%
G=9.74%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96198000.800.170.62312.4766.9622.55
Hex601350050113E1384317
Octal140231200120217647010327
Binary11000001001110100000101000010001111110100111000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601350; }

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

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

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

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

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

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

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

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