#611240

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

Shades of Tyrian Purple #611240

Tints of Tyrian Purple #611240

Color information

#611240 (or 0x611240) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 40. RGB value is (97,18,64). Sum of RGB (Red+Green+Blue) = 97+18+64=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #611240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611240 is #9EEDBF. Grayscale: #2E2E2E. Windows color (decimal): -10415552 or 4199009. OLE color: 4199009.

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

Color convert

RGB971864-
CMYK00.810.340.62
HSL325.06º68.7%22.55%-
HSV(B)325.06º81.44%38.04%-
XYZ6.073.345.18-
YUV46.86137.67163.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=54.19%
G=10.06%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97186400.810.340.62325.0668.722.55
Hex611240051223E1454517
Octal141221000121427650510527
Binary110000110010100000001010001100010111110101000101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611240; }

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

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

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

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

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

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

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

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