#61043E

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

Shades of Tyrian Purple #61043E

Tints of Tyrian Purple #61043E

Color information

#61043E (or 0x61043E) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 3E. RGB value is (97,4,62). Sum of RGB (Red+Green+Blue) = 97+4+62=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61043E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61043E is #9EFBC1. Grayscale: #262626. Windows color (decimal): -10419138 or 4064353. OLE color: 4064353.

HSL color Cylindrical-coordinate representation of color #61043E: hue angle of 322.58º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61043E is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB97462-
CMYK00.960.360.62
HSL322.58º92.08%19.8%-
HSV(B)322.58º95.88%38.04%-
XYZ5.842.984.82-
YUV38.42141.31169.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 62 (24.61% from 255) = 38.04%
R=59.51%
G=2.45%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9746200.960.360.62322.5892.0819.8
Hex6143E060243E1435c14
Octal1414760140447650313424
Binary110000110011111001100000100100111110101000011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61043E; }

 p { color: rgb(97,4,62); }

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

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

 a { background-color: rgb(97,4,62); }

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

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

 span { border-color: rgb(97,4,62); }

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