#601231

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

Shades of Tyrian Purple #601231

Tints of Tyrian Purple #601231

Color information

#601231 (or 0x601231) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 31. RGB value is (96,18,49). Sum of RGB (Red+Green+Blue) = 96+18+49=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #601231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601231 is #9FEDCE. Grayscale: #2C2C2C. Windows color (decimal): -10481103 or 3215968. OLE color: 3215968.

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

Color convert

RGB961849-
CMYK00.810.490.62
HSL336.15º68.42%22.35%-
HSV(B)336.15º81.25%37.65%-
XYZ5.593.143.22-
YUV44.86130.34164.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=58.90%
G=11.04%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96184900.810.490.62336.1568.4222.35
Hex601231051313E1504416
Octal14022610121617652010426
Binary11000001001011000101010001110001111110101010000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601231; }

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

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

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

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

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

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

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

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