#600E40

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

Shades of Tyrian Purple #600E40

Tints of Tyrian Purple #600E40

Color information

#600E40 (or 0x600E40) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0E and 40. RGB value is (96,14,64). Sum of RGB (Red+Green+Blue) = 96+14+64=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #600E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E40 is #9FF1BF. Grayscale: #2C2C2C. Windows color (decimal): -10482112 or 4197984. OLE color: 4197984.

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

Color convert

RGB961464-
CMYK00.850.330.62
HSL323.41º74.55%21.57%-
HSV(B)323.41º85.42%37.65%-
XYZ5.913.175.15-
YUV44.22139.17164.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 14 (5.86% from 255) = 8.05%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=55.17%
G=8.05%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96146400.850.330.62323.4174.5521.57
Hex60E40055213E1434b16
Octal140161000125417650311326
Binary11000001110100000001010101100001111110101000011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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