#61114B

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

Shades of Tyrian Purple #61114B

Tints of Tyrian Purple #61114B

Color information

#61114B (or 0x61114B) is unknown color: approx Tyrian Purple. HEX triplet: 61, 11 and 4B. RGB value is (97,17,75). Sum of RGB (Red+Green+Blue) = 97+17+75=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61114B is #9EEEB4. Grayscale: #2F2F2F. Windows color (decimal): -10415797 or 4919649. OLE color: 4919649.

HSL color Cylindrical-coordinate representation of color #61114B: hue angle of 316.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61114B is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB971775-
CMYK00.820.230.62
HSL316.5º70.18%22.35%-
HSV(B)316.5º82.47%38.04%-
XYZ6.43.456.99-
YUV47.53143.5163.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 17 (7.03% from 255) = 8.99%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=51.32%
G=8.99%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97177500.820.230.62316.570.1822.35
Hex61114B052173E13c4616
Octal141211130122277647410626
Binary11000011000110010110101001010111111110100111100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,17,75); }

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

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

 a { background-color: rgb(97,17,75); }

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

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

 span { border-color: rgb(97,17,75); }

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