#600141

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

Shades of Tyrian Purple #600141

Tints of Tyrian Purple #600141

Color information

#600141 (or 0x600141) is unknown color: approx Tyrian Purple. HEX triplet: 60, 01 and 41. RGB value is (96,1,65). Sum of RGB (Red+Green+Blue) = 96+1+65=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #600141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600141 is #9FFEBE. Grayscale: #242424. Windows color (decimal): -10485439 or 4260192. OLE color: 4260192.

HSL color Cylindrical-coordinate representation of color #600141: hue angle of 319.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600141 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB96165-
CMYK00.990.320.62
HSL319.58º97.94%19.02%-
HSV(B)319.58º98.96%37.65%-
XYZ5.792.895.25-
YUV36.7143.97170.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=59.26%
G=0.62%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9616500.990.320.62319.5897.9419.02
Hex60141063203E1406213
Octal14011010143407650014223
Binary11000001100000101100011100000111110101000000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600141; }

 p { color: rgb(96,1,65); }

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

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

 a { background-color: rgb(96,1,65); }

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

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

 span { border-color: rgb(96,1,65); }

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