#611246

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

Shades of Tyrian Purple #611246

Tints of Tyrian Purple #611246

Color information

#611246 (or 0x611246) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 46. RGB value is (97,18,70). Sum of RGB (Red+Green+Blue) = 97+18+70=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #611246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611246 is #9EEDB9. Grayscale: #2F2F2F. Windows color (decimal): -10415546 or 4592225. OLE color: 4592225.

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

Color convert

RGB971870-
CMYK00.810.280.62
HSL320.51º68.7%22.55%-
HSV(B)320.51º81.44%38.04%-
XYZ6.253.426.12-
YUV47.55140.67163.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=52.43%
G=9.73%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97187000.810.280.62320.5168.722.55
Hex6112460511C3E1414517
Octal141221060121347650110527
Binary11000011001010001100101000111100111110101000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611246; }

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

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

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

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

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

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

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

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