#600F31

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

Shades of Tyrian Purple #600F31

Tints of Tyrian Purple #600F31

Color information

#600F31 (or 0x600F31) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0F and 31. RGB value is (96,15,49). Sum of RGB (Red+Green+Blue) = 96+15+49=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #600F31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F31 is #9FF0CE. Grayscale: #2B2B2B. Windows color (decimal): -10481871 or 3215200. OLE color: 3215200.

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

Color convert

RGB961549-
CMYK00.840.490.62
HSL334.81º72.97%21.76%-
HSV(B)334.81º84.38%37.65%-
XYZ5.553.053.2-
YUV43.1131.34165.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60%
GREEN value IS 15 (6.25% from 255) = 9.38%
BLUE value IS 49 (19.53% from 255) = 30.62%
R=60%
G=9.38%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96154900.840.490.62334.8172.9721.76
Hex60F31054313E14f4916
Octal14017610124617651711126
Binary1100000111111000101010100110001111110101001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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