#601242

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

Shades of Tyrian Purple #601242

Tints of Tyrian Purple #601242

Color information

#601242 (or 0x601242) is unknown color: approx Tyrian Purple. HEX triplet: 60, 12 and 42. RGB value is (96,18,66). Sum of RGB (Red+Green+Blue) = 96+18+66=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #601242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601242 is #9FEDBD. Grayscale: #2E2E2E. Windows color (decimal): -10481086 or 4330080. OLE color: 4330080.

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

Color convert

RGB961866-
CMYK00.810.310.62
HSL323.08º68.42%22.35%-
HSV(B)323.08º81.25%37.65%-
XYZ6.023.315.48-
YUV46.79138.84163.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=53.33%
G=10%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96186600.810.310.62323.0868.4222.35
Hex6012420511F3E1434416
Octal140221020121377650310426
Binary11000001001010000100101000111111111110101000011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601242; }

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

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

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

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

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

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

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

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