#61093B

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

Shades of Tyrian Purple #61093B

Tints of Tyrian Purple #61093B

Color information

#61093B (or 0x61093B) is unknown color: approx Tyrian Purple. HEX triplet: 61, 09 and 3B. RGB value is (97,9,59). Sum of RGB (Red+Green+Blue) = 97+9+59=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61093B is #9EF6C4. Grayscale: #282828. Windows color (decimal): -10417861 or 3869025. OLE color: 3869025.

HSL color Cylindrical-coordinate representation of color #61093B: hue angle of 325.91º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61093B is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB97959-
CMYK00.910.390.62
HSL325.91º83.02%20.78%-
HSV(B)325.91º90.72%38.04%-
XYZ5.823.054.42-
YUV41.01138.15167.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=58.79%
G=5.45%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9795900.910.390.62325.9183.0220.78
Hex6193B05B273E1465315
Octal14111730133477650612325
Binary1100001100111101101011011100111111110101000110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,9,59); }

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

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

 a { background-color: rgb(97,9,59); }

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

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

 span { border-color: rgb(97,9,59); }

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