#61082E

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

Shades of Tyrian Purple #61082E

Tints of Tyrian Purple #61082E

Color information

#61082E (or 0x61082E) is unknown color: approx Tyrian Purple. HEX triplet: 61, 08 and 2E. RGB value is (97,8,46). Sum of RGB (Red+Green+Blue) = 97+8+46=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #61082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61082E is #9EF7D1. Grayscale: #262626. Windows color (decimal): -10418130 or 3016801. OLE color: 3016801.

HSL color Cylindrical-coordinate representation of color #61082E: hue angle of 334.38º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61082E is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB97846-
CMYK00.920.530.62
HSL334.38º84.76%20.59%-
HSV(B)334.38º91.75%38.04%-
XYZ5.512.912.86-
YUV38.94131.99169.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=64.24%
G=5.30%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9784600.920.530.62334.3884.7620.59
Hex6182E05C353E14e5515
Octal14110560134657651612525
Binary1100001100010111001011100110101111110101001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61082E; }

 p { color: rgb(97,8,46); }

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

<style>
 a { background-color: #61082E; }

 a { background-color: rgb(97,8,46); }

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

<style>
 span { border-color: #61082E; }

 span { border-color: rgb(97,8,46); }

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