#60104F

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

Shades of Tyrian Purple #60104F

Tints of Tyrian Purple #60104F

Color information

#60104F (or 0x60104F) is unknown color: approx Tyrian Purple. HEX triplet: 60, 10 and 4F. RGB value is (96,16,79). Sum of RGB (Red+Green+Blue) = 96+16+79=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60104F is #9FEFB0. Grayscale: #2E2E2E. Windows color (decimal): -10481585 or 5181536. OLE color: 5181536.

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

Color convert

RGB961679-
CMYK00.830.180.62
HSL312.75º71.43%21.96%-
HSV(B)312.75º83.33%37.65%-
XYZ6.423.427.72-
YUV47.1146162.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=50.26%
G=8.38%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96167900.830.180.62312.7571.4321.96
Hex60104F053123E1394716
Octal140201170123227647110726
Binary11000001000010011110101001110010111110100111001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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