#60073B

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

Shades of Tyrian Purple #60073B

Tints of Tyrian Purple #60073B

Color information

#60073B (or 0x60073B) is unknown color: approx Tyrian Purple. HEX triplet: 60, 07 and 3B. RGB value is (96,7,59). Sum of RGB (Red+Green+Blue) = 96+7+59=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60073B is #9FF8C4. Grayscale: #272727. Windows color (decimal): -10483909 or 3868512. OLE color: 3868512.

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

Color convert

RGB96759-
CMYK00.930.390.62
HSL324.94º86.41%20.2%-
HSV(B)324.94º92.71%37.65%-
XYZ5.692.954.41-
YUV39.54138.99168.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 7 (3.12% from 255) = 4.32%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=59.26%
G=4.32%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9675900.930.390.62324.9486.4120.2
Hex6073B05D273E1455614
Octal1407730135477650512624
Binary110000011111101101011101100111111110101000101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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