#600339

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

Shades of Tyrian Purple #600339

Tints of Tyrian Purple #600339

Color information

#600339 (or 0x600339) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 39. RGB value is (96,3,57). Sum of RGB (Red+Green+Blue) = 96+3+57=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #600339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600339 is #9FFCC6. Grayscale: #242424. Windows color (decimal): -10484935 or 3736416. OLE color: 3736416.

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

Color convert

RGB96357-
CMYK00.970.410.62
HSL325.16º93.94%19.41%-
HSV(B)325.16º96.88%37.65%-
XYZ5.592.854.13-
YUV36.96139.31170.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.54%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=61.54%
G=1.92%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9635700.970.410.62325.1693.9419.41
Hex60339061293E1455e13
Octal1403710141517650513623
Binary11000001111100101100001101001111110101000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600339; }

 p { color: rgb(96,3,57); }

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

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

 a { background-color: rgb(96,3,57); }

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

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

 span { border-color: rgb(96,3,57); }

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