#600356

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

Shades of Tyrian Purple #600356

Tints of Tyrian Purple #600356

Color information

#600356 (or 0x600356) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 56. RGB value is (96,3,86). Sum of RGB (Red+Green+Blue) = 96+3+86=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #600356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600356 is #9FFCA9. Grayscale: #282828. Windows color (decimal): -10484906 or 5636960. OLE color: 5636960.

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

Color convert

RGB96386-
CMYK00.970.100.62
HSL306.45º93.94%19.41%-
HSV(B)306.45º96.88%37.65%-
XYZ6.543.229.08-
YUV40.27153.81167.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=51.89%
G=1.62%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9638600.970.100.62306.4593.9419.41
Hex60356061A3E1325e13
Octal14031260141127646213623
Binary1100000111010110011000011010111110100110010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600356; }

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

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

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

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

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

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

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

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