#61062E

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

Shades of Tyrian Purple #61062E

Tints of Tyrian Purple #61062E

Color information

#61062E (or 0x61062E) is unknown color: approx Tyrian Purple. HEX triplet: 61, 06 and 2E. RGB value is (97,6,46). Sum of RGB (Red+Green+Blue) = 97+6+46=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #61062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61062E is #9EF9D1. Grayscale: #252525. Windows color (decimal): -10418642 or 3016289. OLE color: 3016289.

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

Color convert

RGB97646-
CMYK00.940.530.62
HSL333.63º88.35%20.2%-
HSV(B)333.63º93.81%38.04%-
XYZ5.492.872.85-
YUV37.77132.65170.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=65.10%
G=4.03%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9764600.940.530.62333.6388.3520.2
Hex6162E05E353E14e5814
Octal1416560136657651613024
Binary110000111010111001011110110101111110101001110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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