#61044C

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

Shades of Tyrian Purple #61044C

Tints of Tyrian Purple #61044C

Color information

#61044C (or 0x61044C) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 4C. RGB value is (97,4,76). Sum of RGB (Red+Green+Blue) = 97+4+76=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61044C is #9EFBB3. Grayscale: #272727. Windows color (decimal): -10419124 or 4981857. OLE color: 4981857.

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

Color convert

RGB97476-
CMYK00.960.220.62
HSL313.55º92.08%19.8%-
HSV(B)313.55º95.88%38.04%-
XYZ6.283.157.11-
YUV40.02148.31168.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=54.80%
G=2.26%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9747600.960.220.62313.5592.0819.8
Hex6144C060163E13a5c14
Octal14141140140267647213424
Binary110000110010011000110000010110111110100111010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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