#61033A

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

Shades of Tyrian Purple #61033A

Tints of Tyrian Purple #61033A

Color information

#61033A (or 0x61033A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 03 and 3A. RGB value is (97,3,58). Sum of RGB (Red+Green+Blue) = 97+3+58=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61033A is #9EFCC5. Grayscale: #252525. Windows color (decimal): -10419398 or 3801953. OLE color: 3801953.

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

Color convert

RGB97358-
CMYK00.970.400.62
HSL324.89º94%19.61%-
HSV(B)324.89º96.91%38.04%-
XYZ5.732.914.26-
YUV37.38139.64170.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=61.39%
G=1.90%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9735800.970.400.62324.899419.61
Hex6133A061283E1455e14
Octal1413720141507650513624
Binary11000011111101001100001101000111110101000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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