#61063E

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

Shades of Tyrian Purple #61063E

Tints of Tyrian Purple #61063E

Color information

#61063E (or 0x61063E) is unknown color: approx Tyrian Purple. HEX triplet: 61, 06 and 3E. RGB value is (97,6,62). Sum of RGB (Red+Green+Blue) = 97+6+62=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61063E is #9EF9C1. Grayscale: #272727. Windows color (decimal): -10418626 or 4064865. OLE color: 4064865.

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

Color convert

RGB97662-
CMYK00.940.360.62
HSL323.08º88.35%20.2%-
HSV(B)323.08º93.81%38.04%-
XYZ5.863.024.83-
YUV39.59140.65168.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 62 (24.61% from 255) = 37.58%
R=58.79%
G=3.64%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9766200.940.360.62323.0888.3520.2
Hex6163E05E243E1435814
Octal1416760136447650313024
Binary110000111011111001011110100100111110101000011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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