#600455

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

Shades of Tyrian Purple #600455

Tints of Tyrian Purple #600455

Color information

#600455 (or 0x600455) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 55. RGB value is (96,4,85). Sum of RGB (Red+Green+Blue) = 96+4+85=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #600455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600455 is #9FFBAA. Grayscale: #282828. Windows color (decimal): -10484651 or 5571680. OLE color: 5571680.

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

Color convert

RGB96485-
CMYK00.960.110.62
HSL307.17º92%19.61%-
HSV(B)307.17º95.83%37.65%-
XYZ6.513.238.87-
YUV40.74152.98167.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 85 (33.59% from 255) = 45.95%
R=51.89%
G=2.16%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9648500.960.110.62307.179219.61
Hex60455060B3E1335c14
Octal14041250140137646313424
Binary11000001001010101011000001011111110100110011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600455; }

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

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

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

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

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

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

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

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