#600854

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

Shades of Tyrian Purple #600854

Tints of Tyrian Purple #600854

Color information

#600854 (or 0x600854) is unknown color: approx Tyrian Purple. HEX triplet: 60, 08 and 54. RGB value is (96,8,84). Sum of RGB (Red+Green+Blue) = 96+8+84=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #600854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600854 is #9FF7AB. Grayscale: #2A2A2A. Windows color (decimal): -10483628 or 5507168. OLE color: 5507168.

HSL color Cylindrical-coordinate representation of color #600854: hue angle of 308.18º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600854 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB96884-
CMYK00.920.120.62
HSL308.18º84.62%20.39%-
HSV(B)308.18º91.67%37.65%-
XYZ6.513.38.68-
YUV42.98151.15165.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=51.06%
G=4.26%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9688400.920.120.62308.1884.6220.39
Hex6085405CC3E1345514
Octal140101240134147646412524
Binary110000010001010100010111001100111110100110100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600854; }

 p { color: rgb(96,8,84); }

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

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

 a { background-color: rgb(96,8,84); }

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

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

 span { border-color: rgb(96,8,84); }

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