#61024A

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

Shades of Tyrian Purple #61024A

Tints of Tyrian Purple #61024A

Color information

#61024A (or 0x61024A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 4A. RGB value is (97,2,74). Sum of RGB (Red+Green+Blue) = 97+2+74=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61024A is #9EFDB5. Grayscale: #262626. Windows color (decimal): -10419638 or 4850273. OLE color: 4850273.

HSL color Cylindrical-coordinate representation of color #61024A: hue angle of 314.53º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61024A is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB97274-
CMYK00.980.240.62
HSL314.53º95.96%19.41%-
HSV(B)314.53º97.94%38.04%-
XYZ6.193.086.75-
YUV38.61147.97169.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=56.07%
G=1.16%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9727400.980.240.62314.5395.9619.41
Hex6124A062183E13b6013
Octal14121120142307647314023
Binary11000011010010100110001011000111110100111011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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