#600324

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

Shades of Tyrian Purple #600324

Tints of Tyrian Purple #600324

Color information

#600324 (or 0x600324) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 24. RGB value is (96,3,36). Sum of RGB (Red+Green+Blue) = 96+3+36=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #600324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600324 is #9FFCDB. Grayscale: #222222. Windows color (decimal): -10484956 or 2360160. OLE color: 2360160.

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

Color convert

RGB96336-
CMYK00.970.620.62
HSL338.71º93.94%19.41%-
HSV(B)338.71º96.88%37.65%-
XYZ5.172.681.91-
YUV34.57128.81171.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.11%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=71.11%
G=2.22%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9633600.970.620.62338.7193.9419.41
Hex603240613E3E1535e13
Octal1403440141767652313623
Binary11000001110010001100001111110111110101010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600324; }

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

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

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

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

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

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

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

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