#60123D

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

Shades of Tyrian Purple #60123D

Tints of Tyrian Purple #60123D

Color information

#60123D (or 0x60123D) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 3D. RGB value is (96,18,61). Sum of RGB (Red+Green+Blue) = 96+18+61=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60123D is #9FEDC2. Grayscale: #2E2E2E. Windows color (decimal): -10481091 or 4002400. OLE color: 4002400.

HSL color Cylindrical-coordinate representation of color #60123D: hue angle of 326.92º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60123D is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB961861-
CMYK00.810.360.62
HSL326.92º68.42%22.35%-
HSV(B)326.92º81.25%37.65%-
XYZ5.883.264.73-
YUV46.22136.34163.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=54.86%
G=10.29%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96186100.810.360.62326.9268.4222.35
Hex60123D051243E1474416
Octal14022750121447650710426
Binary11000001001011110101010001100100111110101000111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,18,61); }

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

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

 a { background-color: rgb(96,18,61); }

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

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

 span { border-color: rgb(96,18,61); }

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