#600142

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

Shades of Tyrian Purple #600142

Tints of Tyrian Purple #600142

Color information

#600142 (or 0x600142) is unknown color: approx Tyrian Purple. HEX triplet: 60, 01 and 42. RGB value is (96,1,66). Sum of RGB (Red+Green+Blue) = 96+1+66=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #600142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600142 is #9FFEBD. Grayscale: #242424. Windows color (decimal): -10485438 or 4325728. OLE color: 4325728.

HSL color Cylindrical-coordinate representation of color #600142: hue angle of 318.95º 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 #600142 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB96166-
CMYK00.990.310.62
HSL318.95º97.94%19.02%-
HSV(B)318.95º98.96%37.65%-
XYZ5.822.95.41-
YUV36.82144.47170.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 66 (26.17% from 255) = 40.49%
R=58.90%
G=0.61%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9616600.990.310.62318.9597.9419.02
Hex601420631F3E13f6213
Octal14011020143377647714223
Binary1100000110000100110001111111111110100111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600142; }

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

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

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

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

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

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

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

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