#60064D

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

Shades of Tyrian Purple #60064D

Tints of Tyrian Purple #60064D

Color information

#60064D (or 0x60064D) is unknown color: approx Tyrian Purple. HEX triplet: 60, 06 and 4D. RGB value is (96,6,77). Sum of RGB (Red+Green+Blue) = 96+6+77=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60064D is #9FF9B2. Grayscale: #282828. Windows color (decimal): -10484147 or 5047904. OLE color: 5047904.

HSL color Cylindrical-coordinate representation of color #60064D: hue angle of 312.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60064D is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB96677-
CMYK00.940.200.62
HSL312.67º88.24%20%-
HSV(B)312.67º93.75%37.65%-
XYZ6.233.157.3-
YUV41148.32167.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 6 (2.73% from 255) = 3.35%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=53.63%
G=3.35%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9667700.940.200.62312.6788.2420
Hex6064D05E143E1395814
Octal14061150136247647113024
Binary110000011010011010101111010100111110100111001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60064D; }

 p { color: rgb(96,6,77); }

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

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

 a { background-color: rgb(96,6,77); }

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

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

 span { border-color: rgb(96,6,77); }

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