#51084B

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

Shades of Tyrian Purple #51084B

Tints of Tyrian Purple #51084B

Color information

#51084B (or 0x51084B) is unknown color: approx Tyrian Purple. HEX triplet: 51, 08 and 4B. RGB value is (81,8,75). Sum of RGB (Red+Green+Blue) = 81+8+75=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51084B is #AEF7B4. Grayscale: #252525. Windows color (decimal): -11466677 or 4917329. OLE color: 4917329.

HSL color Cylindrical-coordinate representation of color #51084B: hue angle of 304.93º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51084B is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB81875-
CMYK00.900.070.68
HSL304.93º82.02%17.45%-
HSV(B)304.93º90.12%31.76%-
XYZ4.752.436.88-
YUV37.47149.18159.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=49.39%
G=4.88%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8187500.900.070.68304.9382.0217.45
Hex5184B05A7441315211
Octal121101130132710446112221
Binary101000110001001011010110101111000100100110001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,8,75); }

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

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

 a { background-color: rgb(81,8,75); }

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

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

 span { border-color: rgb(81,8,75); }

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