#60124D

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

Shades of Tyrian Purple #60124D

Tints of Tyrian Purple #60124D

Color information

#60124D (or 0x60124D) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 4D. RGB value is (96,18,77). Sum of RGB (Red+Green+Blue) = 96+18+77=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60124D is #9FEDB2. Grayscale: #2F2F2F. Windows color (decimal): -10481075 or 5050976. OLE color: 5050976.

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

Color convert

RGB961877-
CMYK00.810.200.62
HSL314.62º68.42%22.35%-
HSV(B)314.62º81.25%37.65%-
XYZ6.383.467.35-
YUV48.05144.34162.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=50.26%
G=9.42%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96187700.810.200.62314.6268.4222.35
Hex60124D051143E13b4416
Octal140221150121247647310426
Binary11000001001010011010101000110100111110100111011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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