#600A3A

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

Shades of Tyrian Purple #600A3A

Tints of Tyrian Purple #600A3A

Color information

#600A3A (or 0x600A3A) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0A and 3A. RGB value is (96,10,58). Sum of RGB (Red+Green+Blue) = 96+10+58=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #600A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A3A is #9FF5C5. Grayscale: #292929. Windows color (decimal): -10483142 or 3803744. OLE color: 3803744.

HSL color Cylindrical-coordinate representation of color #600A3A: hue angle of 326.51º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600A3A is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB961058-
CMYK00.900.400.62
HSL326.51º81.13%20.78%-
HSV(B)326.51º89.58%37.65%-
XYZ5.73.014.28-
YUV41.19137.49167.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.54%
GREEN value IS 10 (4.30% from 255) = 6.10%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=58.54%
G=6.10%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96105800.900.400.62326.5181.1320.78
Hex60A3A05A283E1475115
Octal14012720132507650712125
Binary1100000101011101001011010101000111110101000111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600A3A; }

 p { color: rgb(96,10,58); }

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

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

 a { background-color: rgb(96,10,58); }

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

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

 span { border-color: rgb(96,10,58); }

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