#61044D

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

Shades of Tyrian Purple #61044D

Tints of Tyrian Purple #61044D

Color information

#61044D (or 0x61044D) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 4D. RGB value is (97,4,77). Sum of RGB (Red+Green+Blue) = 97+4+77=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61044D is #9EFBB2. Grayscale: #272727. Windows color (decimal): -10419123 or 5047393. OLE color: 5047393.

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

Color convert

RGB97477-
CMYK00.960.210.62
HSL312.9º92.08%19.8%-
HSV(B)312.9º95.88%38.04%-
XYZ6.313.167.3-
YUV40.13148.81168.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 4 (1.95% from 255) = 2.25%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=54.49%
G=2.25%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9747700.960.210.62312.992.0819.8
Hex6144D060153E1395c14
Octal14141150140257647113424
Binary110000110010011010110000010101111110100111001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61044D; }

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

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

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

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

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

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

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

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