#600435

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

Shades of Tyrian Purple #600435

Tints of Tyrian Purple #600435

Color information

#600435 (or 0x600435) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 35. RGB value is (96,4,53). Sum of RGB (Red+Green+Blue) = 96+4+53=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #600435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600435 is #9FFBCA. Grayscale: #242424. Windows color (decimal): -10484683 or 3474528. OLE color: 3474528.

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

Color convert

RGB96453-
CMYK00.960.450.62
HSL328.04º92%19.61%-
HSV(B)328.04º95.83%37.65%-
XYZ5.512.833.62-
YUV37.09136.98170.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.75%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=62.75%
G=2.61%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9645300.960.450.62328.049219.61
Hex604350602D3E1485c14
Octal1404650140557651013424
Binary110000010011010101100000101101111110101001000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600435; }

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

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

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

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

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

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

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

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