#600429

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

Shades of Tyrian Purple #600429

Tints of Tyrian Purple #600429

Color information

#600429 (or 0x600429) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 29. RGB value is (96,4,41). Sum of RGB (Red+Green+Blue) = 96+4+41=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #600429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600429 is #9FFBD6. Grayscale: #232323. Windows color (decimal): -10484695 or 2688096. OLE color: 2688096.

HSL color Cylindrical-coordinate representation of color #600429: hue angle of 335.87º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600429 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB96441-
CMYK00.960.570.62
HSL335.87º92%19.61%-
HSV(B)335.87º95.83%37.65%-
XYZ5.272.732.35-
YUV35.73130.98170.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 68.09%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=68.09%
G=2.84%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9644100.960.570.62335.879219.61
Hex60429060393E1505c14
Octal1404510140717652013424
Binary110000010010100101100000111001111110101010000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600429; }

 p { color: rgb(96,4,41); }

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

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

 a { background-color: rgb(96,4,41); }

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

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

 span { border-color: rgb(96,4,41); }

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