#611242

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

Shades of Tyrian Purple #611242

Tints of Tyrian Purple #611242

Color information

#611242 (or 0x611242) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 42. RGB value is (97,18,66). Sum of RGB (Red+Green+Blue) = 97+18+66=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #611242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611242 is #9EEDBD. Grayscale: #2E2E2E. Windows color (decimal): -10415550 or 4330081. OLE color: 4330081.

HSL color Cylindrical-coordinate representation of color #611242: hue angle of 323.54º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611242 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB971866-
CMYK00.810.320.62
HSL323.54º68.7%22.55%-
HSV(B)323.54º81.44%38.04%-
XYZ6.133.375.48-
YUV47.09138.67163.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=53.59%
G=9.94%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97186600.810.320.62323.5468.722.55
Hex611242051203E1444517
Octal141221020121407650410527
Binary110000110010100001001010001100000111110101000100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611242; }

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

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

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

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

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

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

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

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