#600640

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

Shades of Tyrian Purple #600640

Tints of Tyrian Purple #600640

Color information

#600640 (or 0x600640) is unknown color: approx Tyrian Purple. HEX triplet: 60, 06 and 40. RGB value is (96,6,64). Sum of RGB (Red+Green+Blue) = 96+6+64=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #600640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600640 is #9FF9BF. Grayscale: #272727. Windows color (decimal): -10484160 or 4195936. OLE color: 4195936.

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

Color convert

RGB96664-
CMYK00.940.330.62
HSL321.33º88.24%20%-
HSV(B)321.33º93.75%37.65%-
XYZ5.812.995.12-
YUV39.52141.82168.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=57.83%
G=3.61%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9666400.940.330.62321.3388.2420
Hex6064005E213E1415814
Octal14061000136417650113024
Binary1100000110100000001011110100001111110101000001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600640; }

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

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

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

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

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

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

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

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