#611245

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

Shades of Tyrian Purple #611245

Tints of Tyrian Purple #611245

Color information

#611245 (or 0x611245) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 45. RGB value is (97,18,69). Sum of RGB (Red+Green+Blue) = 97+18+69=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #611245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611245 is #9EEDBA. Grayscale: #2F2F2F. Windows color (decimal): -10415547 or 4526689. OLE color: 4526689.

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

Color convert

RGB971869-
CMYK00.810.290.62
HSL321.27º68.7%22.55%-
HSV(B)321.27º81.44%38.04%-
XYZ6.223.45.96-
YUV47.44140.17163.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 69 (27.34% from 255) = 37.5%
R=52.72%
G=9.78%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97186900.810.290.62321.2768.722.55
Hex6112450511D3E1414517
Octal141221050121357650110527
Binary11000011001010001010101000111101111110101000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611245; }

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

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

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

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

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

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

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

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