#600E35

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

Shades of Tyrian Purple #600E35

Tints of Tyrian Purple #600E35

Color information

#600E35 (or 0x600E35) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0E and 35. RGB value is (96,14,53). Sum of RGB (Red+Green+Blue) = 96+14+53=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #600E35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E35 is #9FF1CA. Grayscale: #2A2A2A. Windows color (decimal): -10482123 or 3477088. OLE color: 3477088.

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

Color convert

RGB961453-
CMYK00.850.450.62
HSL331.46º74.55%21.57%-
HSV(B)331.46º85.42%37.65%-
XYZ5.623.063.66-
YUV42.96133.67165.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 14 (5.86% from 255) = 8.59%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=58.90%
G=8.59%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96145300.850.450.62331.4674.5521.57
Hex60E350552D3E14b4b16
Octal14016650125557651311326
Binary1100000111011010101010101101101111110101001011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,14,53); }

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

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

 a { background-color: rgb(96,14,53); }

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

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

 span { border-color: rgb(96,14,53); }

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