#61062C

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

Shades of Tyrian Purple #61062C

Tints of Tyrian Purple #61062C

Color information

#61062C (or 0x61062C) is unknown color: approx Tyrian Purple. HEX triplet: 61, 06 and 2C. RGB value is (97,6,44). Sum of RGB (Red+Green+Blue) = 97+6+44=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61062C is #9EF9D3. Grayscale: #252525. Windows color (decimal): -10418644 or 2885217. OLE color: 2885217.

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

Color convert

RGB97644-
CMYK00.940.550.62
HSL334.95º88.35%20.2%-
HSV(B)334.95º93.81%38.04%-
XYZ5.452.852.65-
YUV37.54131.65170.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=65.99%
G=4.08%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9764400.940.550.62334.9588.3520.2
Hex6162C05E373E14f5814
Octal1416540136677651713024
Binary110000111010110001011110110111111110101001111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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