#601243

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

Shades of Tyrian Purple #601243

Tints of Tyrian Purple #601243

Color information

#601243 (or 0x601243) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 43. RGB value is (96,18,67). Sum of RGB (Red+Green+Blue) = 96+18+67=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #601243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601243 is #9FEDBC. Grayscale: #2E2E2E. Windows color (decimal): -10481085 or 4395616. OLE color: 4395616.

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

Color convert

RGB961867-
CMYK00.810.300.62
HSL322.31º68.42%22.35%-
HSV(B)322.31º81.25%37.65%-
XYZ6.053.325.63-
YUV46.91139.34163.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=53.04%
G=9.94%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96186700.810.300.62322.3168.4222.35
Hex6012430511E3E1424416
Octal140221030121367650210426
Binary11000001001010000110101000111110111110101000010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601243; }

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

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

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

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

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

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

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

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