#61032B

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

Shades of Tyrian Purple #61032B

Tints of Tyrian Purple #61032B

Color information

#61032B (or 0x61032B) is unknown color: approx Tyrian Purple. HEX triplet: 61, 03 and 2B. RGB value is (97,3,43). Sum of RGB (Red+Green+Blue) = 97+3+43=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #61032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61032B is #9EFCD4. Grayscale: #232323. Windows color (decimal): -10419413 or 2818913. OLE color: 2818913.

HSL color Cylindrical-coordinate representation of color #61032B: hue angle of 334.47º 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 #61032B is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB97343-
CMYK00.970.560.62
HSL334.47º94%19.61%-
HSV(B)334.47º96.91%38.04%-
XYZ5.42.782.54-
YUV35.67132.14171.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.83%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=67.83%
G=2.10%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9734300.970.560.62334.479419.61
Hex6132B061383E14e5e14
Octal1413530141707651613624
Binary11000011110101101100001111000111110101001110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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