#601246

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

Shades of Tyrian Purple #601246

Tints of Tyrian Purple #601246

Color information

#601246 (or 0x601246) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 46. RGB value is (96,18,70). Sum of RGB (Red+Green+Blue) = 96+18+70=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #601246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601246 is #9FEDB9. Grayscale: #2F2F2F. Windows color (decimal): -10481082 or 4592224. OLE color: 4592224.

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

Color convert

RGB961870-
CMYK00.810.270.62
HSL320º68.42%22.35%-
HSV(B)320º81.25%37.65%-
XYZ6.153.366.12-
YUV47.25140.84162.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=52.17%
G=9.78%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96187000.810.270.6232068.4222.35
Hex6012460511B3E1404416
Octal140221060121337650010426
Binary11000001001010001100101000111011111110101000000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601246; }

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

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

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

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

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

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

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

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