#61014A

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

Shades of Tyrian Purple #61014A

Tints of Tyrian Purple #61014A

Color information

#61014A (or 0x61014A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 01 and 4A. RGB value is (97,1,74). Sum of RGB (Red+Green+Blue) = 97+1+74=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #61014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61014A is #9EFEB5. Grayscale: #252525. Windows color (decimal): -10419894 or 4850017. OLE color: 4850017.

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

Color convert

RGB97174-
CMYK00.990.240.62
HSL314.38º97.96%19.22%-
HSV(B)314.38º98.97%38.04%-
XYZ6.183.066.74-
YUV38.03148.3170.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 74 (29.30% from 255) = 43.02%
R=56.40%
G=0.58%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9717400.990.240.62314.3897.9619.22
Hex6114A063183E13a6213
Octal14111120143307647214223
Binary1100001110010100110001111000111110100111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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