#61053A

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

Shades of Tyrian Purple #61053A

Tints of Tyrian Purple #61053A

Color information

#61053A (or 0x61053A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 05 and 3A. RGB value is (97,5,58). Sum of RGB (Red+Green+Blue) = 97+5+58=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61053A is #9EFAC5. Grayscale: #262626. Windows color (decimal): -10418886 or 3802465. OLE color: 3802465.

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

Color convert

RGB97558-
CMYK00.950.400.62
HSL325.43º90.2%20%-
HSV(B)325.43º94.85%38.04%-
XYZ5.752.964.27-
YUV38.55138.98169.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=60.62%
G=3.12%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9755800.950.400.62325.4390.220
Hex6153A05F283E1455a14
Octal1415720137507650513224
Binary110000110111101001011111101000111110101000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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