#600A38

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

Shades of Tyrian Purple #600A38

Tints of Tyrian Purple #600A38

Color information

#600A38 (or 0x600A38) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0A and 38. RGB value is (96,10,56). Sum of RGB (Red+Green+Blue) = 96+10+56=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #600A38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600A38 is #9FF5C7. Grayscale: #282828. Windows color (decimal): -10483144 or 3672672. OLE color: 3672672.

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

Color convert

RGB961056-
CMYK00.900.420.62
HSL327.91º81.13%20.78%-
HSV(B)327.91º89.58%37.65%-
XYZ5.652.994.02-
YUV40.96136.49167.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 10 (4.30% from 255) = 6.17%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=59.26%
G=6.17%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96105600.900.420.62327.9181.1320.78
Hex60A3805A2A3E1485115
Octal14012700132527651012125
Binary1100000101011100001011010101010111110101001000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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