#600240

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

Shades of Tyrian Purple #600240

Tints of Tyrian Purple #600240

Color information

#600240 (or 0x600240) is unknown color: approx Tyrian Purple. HEX triplet: 60, 02 and 40. RGB value is (96,2,64). Sum of RGB (Red+Green+Blue) = 96+2+64=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #600240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600240 is #9FFDBF. Grayscale: #252525. Windows color (decimal): -10485184 or 4194912. OLE color: 4194912.

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

Color convert

RGB96264-
CMYK00.980.330.62
HSL320.43º95.92%19.22%-
HSV(B)320.43º97.92%37.65%-
XYZ5.772.95.11-
YUV37.17143.14169.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 64 (25.39% from 255) = 39.51%
R=59.26%
G=1.23%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9626400.980.330.62320.4395.9219.22
Hex60240062213E1406013
Octal14021000142417650014023
Binary110000010100000001100010100001111110101000000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600240; }

 p { color: rgb(96,2,64); }

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

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

 a { background-color: rgb(96,2,64); }

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

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

 span { border-color: rgb(96,2,64); }

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