#600036

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

Shades of Tyrian Purple #600036

Tints of Tyrian Purple #600036

Color information

#600036 (or 0x600036) is unknown color: approx Tyrian Purple. HEX triplet: 60, 00 and 36. RGB value is (96,0,54). Sum of RGB (Red+Green+Blue) = 96+0+54=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #600036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600036 is #9FFFC9. Grayscale: #222222. Windows color (decimal): -10485706 or 3539040. OLE color: 3539040.

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

Color convert

RGB96054-
CMYK010.440.62
HSL326.25º100%18.82%-
HSV(B)326.25º100%37.65%-
XYZ5.492.753.73-
YUV34.86138.8171.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 36%
R=64%
G=0%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96054010.440.62326.2510018.82
Hex600360642C3E1466413
Octal1400660144547650614423
Binary1100000011011001100100101100111110101000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600036; }

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

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

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

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

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

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

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

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