#600149

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

Shades of Tyrian Purple #600149

Tints of Tyrian Purple #600149

Color information

#600149 (or 0x600149) is unknown color: approx Tyrian Purple. HEX triplet: 60, 01 and 49. RGB value is (96,1,73). Sum of RGB (Red+Green+Blue) = 96+1+73=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #600149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600149 is #9FFEB6. Grayscale: #252525. Windows color (decimal): -10485431 or 4784480. OLE color: 4784480.

HSL color Cylindrical-coordinate representation of color #600149: hue angle of 314.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600149 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB96173-
CMYK00.990.240.62
HSL314.53º97.94%19.02%-
HSV(B)314.53º98.96%37.65%-
XYZ6.042.996.56-
YUV37.61147.97169.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.47%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=56.47%
G=0.59%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9617300.990.240.62314.5397.9419.02
Hex60149063183E13b6213
Octal14011110143307647314223
Binary1100000110010010110001111000111110100111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600149; }

 p { color: rgb(96,1,73); }

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

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

 a { background-color: rgb(96,1,73); }

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

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

 span { border-color: rgb(96,1,73); }

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