#601244

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

Shades of Tyrian Purple #601244

Tints of Tyrian Purple #601244

Color information

#601244 (or 0x601244) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 44. RGB value is (96,18,68). Sum of RGB (Red+Green+Blue) = 96+18+68=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601244 is #9FEDBB. Grayscale: #2E2E2E. Windows color (decimal): -10481084 or 4461152. OLE color: 4461152.

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

Color convert

RGB961868-
CMYK00.810.290.62
HSL321.54º68.42%22.35%-
HSV(B)321.54º81.25%37.65%-
XYZ6.083.345.79-
YUV47.02139.84162.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=52.75%
G=9.89%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96186800.810.290.62321.5468.4222.35
Hex6012440511D3E1424416
Octal140221040121357650210426
Binary11000001001010001000101000111101111110101000010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601244; }

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

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

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

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

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

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

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

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