#61092B

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

Shades of Tyrian Purple #61092B

Tints of Tyrian Purple #61092B

Color information

#61092B (or 0x61092B) is unknown color: approx Tyrian Purple. HEX triplet: 61, 09 and 2B. RGB value is (97,9,43). Sum of RGB (Red+Green+Blue) = 97+9+43=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #61092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61092B is #9EF6D4. Grayscale: #272727. Windows color (decimal): -10417877 or 2820449. OLE color: 2820449.

HSL color Cylindrical-coordinate representation of color #61092B: hue angle of 336.82º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61092B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB97943-
CMYK00.910.560.62
HSL336.82º83.02%20.78%-
HSV(B)336.82º90.72%38.04%-
XYZ5.462.912.56-
YUV39.19130.15169.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=65.10%
G=6.04%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9794300.910.560.62336.8283.0220.78
Hex6192B05B383E1515315
Octal14111530133707652112325
Binary1100001100110101101011011111000111110101010001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61092B; }

 p { color: rgb(97,9,43); }

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

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

 a { background-color: rgb(97,9,43); }

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

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

 span { border-color: rgb(97,9,43); }

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