#60073A

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

Shades of Tyrian Purple #60073A

Tints of Tyrian Purple #60073A

Color information

#60073A (or 0x60073A) is unknown color: approx Tyrian Purple. HEX triplet: 60, 07 and 3A. RGB value is (96,7,58). Sum of RGB (Red+Green+Blue) = 96+7+58=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #60073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60073A is #9FF8C5. Grayscale: #272727. Windows color (decimal): -10483910 or 3802976. OLE color: 3802976.

HSL color Cylindrical-coordinate representation of color #60073A: hue angle of 325.62º 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 #60073A is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB96758-
CMYK00.930.400.62
HSL325.62º86.41%20.2%-
HSV(B)325.62º92.71%37.65%-
XYZ5.662.944.27-
YUV39.43138.49168.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.63%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=59.63%
G=4.35%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9675800.930.400.62325.6286.4120.2
Hex6073A05D283E1465614
Octal1407720135507650612624
Binary110000011111101001011101101000111110101000110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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