#61043A

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

Shades of Tyrian Purple #61043A

Tints of Tyrian Purple #61043A

Color information

#61043A (or 0x61043A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 3A. RGB value is (97,4,58). Sum of RGB (Red+Green+Blue) = 97+4+58=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61043A is #9EFBC5. Grayscale: #252525. Windows color (decimal): -10419142 or 3802209. OLE color: 3802209.

HSL color Cylindrical-coordinate representation of color #61043A: hue angle of 325.16º 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 #61043A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB97458-
CMYK00.960.400.62
HSL325.16º92.08%19.8%-
HSV(B)325.16º95.88%38.04%-
XYZ5.742.934.27-
YUV37.96139.31170.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 58 (23.05% from 255) = 36.48%
R=61.01%
G=2.52%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9745800.960.400.62325.1692.0819.8
Hex6143A060283E1455c14
Octal1414720140507650513424
Binary110000110011101001100000101000111110101000101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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