#600E38

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

Shades of Tyrian Purple #600E38

Tints of Tyrian Purple #600E38

Color information

#600E38 (or 0x600E38) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0E and 38. RGB value is (96,14,56). Sum of RGB (Red+Green+Blue) = 96+14+56=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #600E38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E38 is #9FF1C7. Grayscale: #2B2B2B. Windows color (decimal): -10482120 or 3673696. OLE color: 3673696.

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

Color convert

RGB961456-
CMYK00.850.420.62
HSL329.27º74.55%21.57%-
HSV(B)329.27º85.42%37.65%-
XYZ5.693.094.04-
YUV43.31135.17165.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 14 (5.86% from 255) = 8.43%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=57.83%
G=8.43%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96145600.850.420.62329.2774.5521.57
Hex60E380552A3E1494b16
Octal14016700125527651111326
Binary1100000111011100001010101101010111110101001001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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