#61054A

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

Shades of Tyrian Purple #61054A

Tints of Tyrian Purple #61054A

Color information

#61054A (or 0x61054A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 05 and 4A. RGB value is (97,5,74). Sum of RGB (Red+Green+Blue) = 97+5+74=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #61054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61054A is #9EFAB5. Grayscale: #282828. Windows color (decimal): -10418870 or 4851041. OLE color: 4851041.

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

Color convert

RGB97574-
CMYK00.950.240.62
HSL315º90.2%20%-
HSV(B)315º94.85%38.04%-
XYZ6.223.146.76-
YUV40.37146.98168.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=55.11%
G=2.84%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9757400.950.240.6231590.220
Hex6154A05F183E13b5a14
Octal14151120137307647313224
Binary110000110110010100101111111000111110100111011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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