#61032D

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

Shades of Tyrian Purple #61032D

Tints of Tyrian Purple #61032D

Color information

#61032D (or 0x61032D) is unknown color: approx Tyrian Purple. HEX triplet: 61, 03 and 2D. RGB value is (97,3,45). Sum of RGB (Red+Green+Blue) = 97+3+45=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #61032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61032D is #9EFCD2. Grayscale: #232323. Windows color (decimal): -10419411 or 2949985. OLE color: 2949985.

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

Color convert

RGB97345-
CMYK00.970.540.62
HSL333.19º94%19.61%-
HSV(B)333.19º96.91%38.04%-
XYZ5.442.82.74-
YUV35.89133.14171.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=66.90%
G=2.07%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9734500.970.540.62333.199419.61
Hex6132D061363E14d5e14
Octal1413550141667651513624
Binary11000011110110101100001110110111110101001101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,3,45); }

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

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

 a { background-color: rgb(97,3,45); }

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

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

 span { border-color: rgb(97,3,45); }

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