#60123E

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

Shades of Tyrian Purple #60123E

Tints of Tyrian Purple #60123E

Color information

#60123E (or 0x60123E) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 3E. RGB value is (96,18,62). Sum of RGB (Red+Green+Blue) = 96+18+62=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60123E is #9FEDC1. Grayscale: #2E2E2E. Windows color (decimal): -10481090 or 4067936. OLE color: 4067936.

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

Color convert

RGB961862-
CMYK00.810.350.62
HSL326.15º68.42%22.35%-
HSV(B)326.15º81.25%37.65%-
XYZ5.913.274.88-
YUV46.34136.84163.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=54.55%
G=10.23%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96186200.810.350.62326.1568.4222.35
Hex60123E051233E1464416
Octal14022760121437650610426
Binary11000001001011111001010001100011111110101000110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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