#510B45

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

Shades of Tyrian Purple #510B45

Tints of Tyrian Purple #510B45

Color information

#510B45 (or 0x510B45) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0B and 45. RGB value is (81,11,69). Sum of RGB (Red+Green+Blue) = 81+11+69=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #510B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B45 is #AEF4BA. Grayscale: #262626. Windows color (decimal): -11465915 or 4524881. OLE color: 4524881.

HSL color Cylindrical-coordinate representation of color #510B45: hue angle of 310.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510B45 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB811169-
CMYK00.860.150.68
HSL310.29º76.09%18.04%-
HSV(B)310.29º86.42%31.76%-
XYZ4.592.425.86-
YUV38.54145.19158.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 69 (27.34% from 255) = 42.86%
R=50.31%
G=6.83%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81116900.860.150.68310.2976.0918.04
Hex51B45056F441364c12
Octal1211310501261710446611422
Binary1010001101110001010101011011111000100100110110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510B45; }

 p { color: rgb(81,11,69); }

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

<style>
 a { background-color: #510B45; }

 a { background-color: rgb(81,11,69); }

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

<style>
 span { border-color: #510B45; }

 span { border-color: rgb(81,11,69); }

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