#61062B

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

Shades of Tyrian Purple #61062B

Tints of Tyrian Purple #61062B

Color information

#61062B (or 0x61062B) is unknown color: approx Tyrian Purple. HEX triplet: 61, 06 and 2B. RGB value is (97,6,43). Sum of RGB (Red+Green+Blue) = 97+6+43=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #61062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61062B is #9EF9D4. Grayscale: #252525. Windows color (decimal): -10418645 or 2819681. OLE color: 2819681.

HSL color Cylindrical-coordinate representation of color #61062B: hue angle of 335.6º 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 #61062B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB97643-
CMYK00.940.560.62
HSL335.6º88.35%20.2%-
HSV(B)335.6º93.81%38.04%-
XYZ5.432.852.55-
YUV37.43131.15170.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.44%
GREEN value IS 6 (2.73% from 255) = 4.11%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=66.44%
G=4.11%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9764300.940.560.62335.688.3520.2
Hex6162B05E383E1505814
Octal1416530136707652013024
Binary110000111010101101011110111000111110101010000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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