#600F4E

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

Shades of Tyrian Purple #600F4E

Tints of Tyrian Purple #600F4E

Color information

#600F4E (or 0x600F4E) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0F and 4E. RGB value is (96,15,78). Sum of RGB (Red+Green+Blue) = 96+15+78=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #600F4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600F4E is #9FF0B1. Grayscale: #2E2E2E. Windows color (decimal): -10481842 or 5115744. OLE color: 5115744.

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

Color convert

RGB961578-
CMYK00.840.190.62
HSL313.33º72.97%21.76%-
HSV(B)313.33º84.38%37.65%-
XYZ6.373.387.52-
YUV46.4145.84163.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 15 (6.25% from 255) = 7.94%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=50.79%
G=7.94%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96157800.840.190.62313.3372.9721.76
Hex60F4E054133E1394916
Octal140171160124237647111126
Binary1100000111110011100101010010011111110100111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,15,78); }

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

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

 a { background-color: rgb(96,15,78); }

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

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

 span { border-color: rgb(96,15,78); }

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