#611243

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

Shades of Tyrian Purple #611243

Tints of Tyrian Purple #611243

Color information

#611243 (or 0x611243) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 43. RGB value is (97,18,67). Sum of RGB (Red+Green+Blue) = 97+18+67=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #611243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611243 is #9EEDBC. Grayscale: #2F2F2F. Windows color (decimal): -10415549 or 4395617. OLE color: 4395617.

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

Color convert

RGB971867-
CMYK00.810.310.62
HSL322.78º68.7%22.55%-
HSV(B)322.78º81.44%38.04%-
XYZ6.163.385.64-
YUV47.21139.17163.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=53.30%
G=9.89%
B=36.81%

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
Decimal97186700.810.310.62322.7868.722.55
Hex6112430511F3E1434517
Octal141221030121377650310527
Binary11000011001010000110101000111111111110101000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611243; }

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

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

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

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

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

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

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

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