#600042

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

Shades of Tyrian Purple #600042

Tints of Tyrian Purple #600042

Color information

#600042 (or 0x600042) is unknown color: approx Tyrian Purple. HEX triplet: 60, 00 and 42. RGB value is (96,0,66). Sum of RGB (Red+Green+Blue) = 96+0+66=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #600042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600042 is #9FFFBD. Grayscale: #242424. Windows color (decimal): -10485694 or 4325472. OLE color: 4325472.

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

Color convert

RGB96066-
CMYK010.310.62
HSL318.75º100%18.82%-
HSV(B)318.75º100%37.65%-
XYZ5.812.885.4-
YUV36.23144.8170.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 40.74%
R=59.26%
G=0%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96066010.310.62318.7510018.82
Hex600420641F3E13f6413
Octal14001020144377647714423
Binary1100000010000100110010011111111110100111111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600042; }

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

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

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

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

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

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

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

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