#600031

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

Shades of Tyrian Purple #600031

Tints of Tyrian Purple #600031

Color information

#600031 (or 0x600031) is unknown color: approx Tyrian Purple. HEX triplet: 60, 00 and 31. RGB value is (96,0,49). Sum of RGB (Red+Green+Blue) = 96+0+49=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #600031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600031 is #9FFFCE. Grayscale: #222222. Windows color (decimal): -10485711 or 3211360. OLE color: 3211360.

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

Color convert

RGB96049-
CMYK010.490.62
HSL329.38º100%18.82%-
HSV(B)329.38º100%37.65%-
XYZ5.382.713.15-
YUV34.29136.3172.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=66.21%
G=0%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96049010.490.62329.3810018.82
Hex60031064313E1496413
Octal1400610144617651114423
Binary1100000011000101100100110001111110101001001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600031; }

 p { color: rgb(96,0,49); }

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

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

 a { background-color: rgb(96,0,49); }

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

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

 span { border-color: rgb(96,0,49); }

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