#600E4C

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

Shades of Tyrian Purple #600E4C

Tints of Tyrian Purple #600E4C

Color information

#600E4C (or 0x600E4C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0E and 4C. RGB value is (96,14,76). Sum of RGB (Red+Green+Blue) = 96+14+76=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #600E4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E4C is #9FF1B3. Grayscale: #2D2D2D. Windows color (decimal): -10482100 or 4984416. OLE color: 4984416.

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

Color convert

RGB961476-
CMYK00.850.210.62
HSL314.63º74.55%21.57%-
HSV(B)314.63º85.42%37.65%-
XYZ6.293.327.15-
YUV45.59145.17163.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 14 (5.86% from 255) = 7.53%
BLUE value IS 76 (30.08% from 255) = 40.86%
R=51.61%
G=7.53%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96147600.850.210.62314.6374.5521.57
Hex60E4C055153E13b4b16
Octal140161140125257647311326
Binary1100000111010011000101010110101111110100111011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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