#600329

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

Shades of Tyrian Purple #600329

Tints of Tyrian Purple #600329

Color information

#600329 (or 0x600329) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 29. RGB value is (96,3,41). Sum of RGB (Red+Green+Blue) = 96+3+41=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #600329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600329 is #9FFCD6. Grayscale: #232323. Windows color (decimal): -10484951 or 2687840. OLE color: 2687840.

HSL color Cylindrical-coordinate representation of color #600329: hue angle of 335.48º 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 #600329 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB96341-
CMYK00.970.570.62
HSL335.48º93.94%19.41%-
HSV(B)335.48º96.88%37.65%-
XYZ5.262.712.34-
YUV35.14131.31171.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 68.57%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=68.57%
G=2.14%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9634100.970.570.62335.4893.9419.41
Hex60329061393E14f5e13
Octal1403510141717651713623
Binary11000001110100101100001111001111110101001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600329; }

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

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

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

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

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

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

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

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