#60123C

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

Shades of Tyrian Purple #60123C

Tints of Tyrian Purple #60123C

Color information

#60123C (or 0x60123C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 3C. RGB value is (96,18,60). Sum of RGB (Red+Green+Blue) = 96+18+60=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60123C is #9FEDC3. Grayscale: #2E2E2E. Windows color (decimal): -10481092 or 3936864. OLE color: 3936864.

HSL color Cylindrical-coordinate representation of color #60123C: hue angle of 327.69º 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 #60123C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB961860-
CMYK00.810.380.62
HSL327.69º68.42%22.35%-
HSV(B)327.69º81.25%37.65%-
XYZ5.863.254.59-
YUV46.11135.84163.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=55.17%
G=10.34%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96186000.810.380.62327.6968.4222.35
Hex60123C051263E1484416
Octal14022740121467651010426
Binary11000001001011110001010001100110111110101001000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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