#60054F

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

Shades of Tyrian Purple #60054F

Tints of Tyrian Purple #60054F

Color information

#60054F (or 0x60054F) is unknown color: approx Tyrian Purple. HEX triplet: 60, 05 and 4F. RGB value is (96,5,79). Sum of RGB (Red+Green+Blue) = 96+5+79=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60054F is #9FFAB0. Grayscale: #282828. Windows color (decimal): -10484401 or 5178720. OLE color: 5178720.

HSL color Cylindrical-coordinate representation of color #60054F: hue angle of 311.21º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60054F is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB96579-
CMYK00.950.180.62
HSL311.21º90.1%19.8%-
HSV(B)311.21º94.79%37.65%-
XYZ6.293.167.68-
YUV40.64149.65167.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 79 (31.25% from 255) = 43.89%
R=53.33%
G=2.78%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9657900.950.180.62311.2190.119.8
Hex6054F05F123E1375a14
Octal14051170137227646713224
Binary110000010110011110101111110010111110100110111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60054F; }

 p { color: rgb(96,5,79); }

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

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

 a { background-color: rgb(96,5,79); }

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

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

 span { border-color: rgb(96,5,79); }

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