#600256

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

Shades of Tyrian Purple #600256

Tints of Tyrian Purple #600256

Color information

#600256 (or 0x600256) is unknown color: approx Tyrian Purple. HEX triplet: 60, 02 and 56. RGB value is (96,2,86). Sum of RGB (Red+Green+Blue) = 96+2+86=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #600256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600256 is #9FFDA9. Grayscale: #272727. Windows color (decimal): -10485162 or 5636704. OLE color: 5636704.

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

Color convert

RGB96286-
CMYK00.980.100.62
HSL306.38º95.92%19.22%-
HSV(B)306.38º97.92%37.65%-
XYZ6.533.29.08-
YUV39.68154.14168.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 86 (33.98% from 255) = 46.74%
R=52.17%
G=1.09%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9628600.980.100.62306.3895.9219.22
Hex60256062A3E1326013
Octal14021260142127646214023
Binary1100000101010110011000101010111110100110010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600256; }

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

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

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

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

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

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

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

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