#600436

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

Shades of Tyrian Purple #600436

Tints of Tyrian Purple #600436

Color information

#600436 (or 0x600436) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 36. RGB value is (96,4,54). Sum of RGB (Red+Green+Blue) = 96+4+54=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #600436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600436 is #9FFBC9. Grayscale: #252525. Windows color (decimal): -10484682 or 3540064. OLE color: 3540064.

HSL color Cylindrical-coordinate representation of color #600436: hue angle of 327.39º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600436 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB96454-
CMYK00.960.440.62
HSL327.39º92%19.61%-
HSV(B)327.39º95.83%37.65%-
XYZ5.532.843.75-
YUV37.21137.48169.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.34%
GREEN value IS 4 (1.95% from 255) = 2.60%
BLUE value IS 54 (21.48% from 255) = 35.06%
R=62.34%
G=2.60%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9645400.960.440.62327.399219.61
Hex604360602C3E1475c14
Octal1404660140547650713424
Binary110000010011011001100000101100111110101000111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600436; }

 p { color: rgb(96,4,54); }

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

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

 a { background-color: rgb(96,4,54); }

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

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

 span { border-color: rgb(96,4,54); }

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