#600F4A

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

Shades of Tyrian Purple #600F4A

Tints of Tyrian Purple #600F4A

Color information

#600F4A (or 0x600F4A) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0F and 4A. RGB value is (96,15,74). Sum of RGB (Red+Green+Blue) = 96+15+74=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #600F4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F4A is #9FF0B5. Grayscale: #2D2D2D. Windows color (decimal): -10481846 or 4853600. OLE color: 4853600.

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

Color convert

RGB961574-
CMYK00.840.230.62
HSL316.3º72.97%21.76%-
HSV(B)316.3º84.38%37.65%-
XYZ6.233.326.79-
YUV45.94143.84163.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 74 (29.30% from 255) = 40%
R=51.89%
G=8.11%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96157400.840.230.62316.372.9721.76
Hex60F4A054173E13c4916
Octal140171120124277647411126
Binary1100000111110010100101010010111111110100111100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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