#600340

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

Shades of Tyrian Purple #600340

Tints of Tyrian Purple #600340

Color information

#600340 (or 0x600340) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 40. RGB value is (96,3,64). Sum of RGB (Red+Green+Blue) = 96+3+64=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #600340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600340 is #9FFCBF. Grayscale: #252525. Windows color (decimal): -10484928 or 4195168. OLE color: 4195168.

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

Color convert

RGB96364-
CMYK00.970.330.62
HSL320.65º93.94%19.41%-
HSV(B)320.65º96.88%37.65%-
XYZ5.782.925.11-
YUV37.76142.81169.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=58.90%
G=1.84%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9636400.970.330.62320.6593.9419.41
Hex60340061213E1415e13
Octal14031000141417650113623
Binary110000011100000001100001100001111110101000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600340; }

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

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

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

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

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

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

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

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