#60073C

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

Shades of Tyrian Purple #60073C

Tints of Tyrian Purple #60073C

Color information

#60073C (or 0x60073C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 07 and 3C. RGB value is (96,7,60). Sum of RGB (Red+Green+Blue) = 96+7+60=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60073C is #9FF8C3. Grayscale: #272727. Windows color (decimal): -10483908 or 3934048. OLE color: 3934048.

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

Color convert

RGB96760-
CMYK00.930.380.62
HSL324.27º86.41%20.2%-
HSV(B)324.27º92.71%37.65%-
XYZ5.722.964.55-
YUV39.65139.49168.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=58.90%
G=4.29%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9676000.930.380.62324.2786.4120.2
Hex6073C05D263E1445614
Octal1407740135467650412624
Binary110000011111110001011101100110111110101000100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60073C; }

 p { color: rgb(96,7,60); }

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

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

 a { background-color: rgb(96,7,60); }

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

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

 span { border-color: rgb(96,7,60); }

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