#600055

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

Shades of Tyrian Purple #600055

Tints of Tyrian Purple #600055

Color information

#600055 (or 0x600055) is unknown color: approx Tyrian Purple. HEX triplet: 60, 00 and 55. RGB value is (96,0,85). Sum of RGB (Red+Green+Blue) = 96+0+85=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #600055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600055 is #9FFFAA. Grayscale: #262626. Windows color (decimal): -10485675 or 5570656. OLE color: 5570656.

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

Color convert

RGB96085-
CMYK010.110.62
HSL306.88º100%18.82%-
HSV(B)306.88º100%37.65%-
XYZ6.463.148.86-
YUV38.39154.3169.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=53.04%
G=0%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96085010.110.62306.8810018.82
Hex60055064B3E1336413
Octal14001250144137646314423
Binary110000001010101011001001011111110100110011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600055; }

 p { color: rgb(96,0,85); }

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

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

 a { background-color: rgb(96,0,85); }

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

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

 span { border-color: rgb(96,0,85); }

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