#601451

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

Shades of Palatinate Purple #601451

Tints of Palatinate Purple #601451

Color information

#601451 (or 0x601451) is unknown color: approx Palatinate Purple. HEX triplet: 60, 14 and 51. RGB value is (96,20,81). Sum of RGB (Red+Green+Blue) = 96+20+81=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #601451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601451 is #9FEBAE. Grayscale: #313131. Windows color (decimal): -10480559 or 5313632. OLE color: 5313632.

HSL color Cylindrical-coordinate representation of color #601451: hue angle of 311.84º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601451 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB962081-
CMYK00.790.160.62
HSL311.84º65.52%22.75%-
HSV(B)311.84º79.17%37.65%-
XYZ6.563.588.13-
YUV49.68145.68161.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 81 (32.03% from 255) = 41.12%
R=48.73%
G=10.15%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96208100.790.160.62311.8465.5222.75
Hex60145104F103E1384217
Octal140241210117207647010227
Binary11000001010010100010100111110000111110100111000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601451; }

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

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

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

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

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

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

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

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