#61072B

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

Shades of Tyrian Purple #61072B

Tints of Tyrian Purple #61072B

Color information

#61072B (or 0x61072B) is unknown color: approx Tyrian Purple. HEX triplet: 61, 07 and 2B. RGB value is (97,7,43). Sum of RGB (Red+Green+Blue) = 97+7+43=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61072B is #9EF8D4. Grayscale: #252525. Windows color (decimal): -10418389 or 2819937. OLE color: 2819937.

HSL color Cylindrical-coordinate representation of color #61072B: hue angle of 336º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61072B is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB97743-
CMYK00.930.560.62
HSL336º86.54%20.39%-
HSV(B)336º92.78%38.04%-
XYZ5.442.872.55-
YUV38.01130.82170.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=65.99%
G=4.76%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9774300.930.560.6233686.5420.39
Hex6172B05D383E1505714
Octal1417530135707652012724
Binary110000111110101101011101111000111110101010000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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