#600E4F

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

Shades of Tyrian Purple #600E4F

Tints of Tyrian Purple #600E4F

Color information

#600E4F (or 0x600E4F) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0E and 4F. RGB value is (96,14,79). Sum of RGB (Red+Green+Blue) = 96+14+79=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #600E4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600E4F is #9FF1B0. Grayscale: #2D2D2D. Windows color (decimal): -10482097 or 5181024. OLE color: 5181024.

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

Color convert

RGB961479-
CMYK00.850.180.62
HSL312.44º74.55%21.57%-
HSV(B)312.44º85.42%37.65%-
XYZ6.393.377.71-
YUV45.93146.67163.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 14 (5.86% from 255) = 7.41%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=50.79%
G=7.41%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96147900.850.180.62312.4474.5521.57
Hex60E4F055123E1384b16
Octal140161170125227647011326
Binary1100000111010011110101010110010111110100111000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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