#61043F

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

Shades of Tyrian Purple #61043F

Tints of Tyrian Purple #61043F

Color information

#61043F (or 0x61043F) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 3F. RGB value is (97,4,63). Sum of RGB (Red+Green+Blue) = 97+4+63=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #61043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61043F is #9EFBC0. Grayscale: #262626. Windows color (decimal): -10419137 or 4129889. OLE color: 4129889.

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

Color convert

RGB97463-
CMYK00.960.350.62
HSL321.94º92.08%19.8%-
HSV(B)321.94º95.88%38.04%-
XYZ5.872.994.97-
YUV38.53141.81169.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 63 (25% from 255) = 38.41%
R=59.15%
G=2.44%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9746300.960.350.62321.9492.0819.8
Hex6143F060233E1425c14
Octal1414770140437650213424
Binary110000110011111101100000100011111110101000010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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