#61054D

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

Shades of Tyrian Purple #61054D

Tints of Tyrian Purple #61054D

Color information

#61054D (or 0x61054D) is unknown color: approx Tyrian Purple. HEX triplet: 61, 05 and 4D. RGB value is (97,5,77). Sum of RGB (Red+Green+Blue) = 97+5+77=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61054D is #9EFAB2. Grayscale: #282828. Windows color (decimal): -10418867 or 5047649. OLE color: 5047649.

HSL color Cylindrical-coordinate representation of color #61054D: hue angle of 313.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61054D is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB97577-
CMYK00.950.210.62
HSL313.04º90.2%20%-
HSV(B)313.04º94.85%38.04%-
XYZ6.323.197.3-
YUV40.72148.48168.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=54.19%
G=2.79%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9757700.950.210.62313.0490.220
Hex6154D05F153E1395a14
Octal14151150137257647113224
Binary110000110110011010101111110101111110100111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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