#510B41

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

Shades of Tyrian Purple #510B41

Tints of Tyrian Purple #510B41

Color information

#510B41 (or 0x510B41) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0B and 41. RGB value is (81,11,65). Sum of RGB (Red+Green+Blue) = 81+11+65=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #510B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B41 is #AEF4BE. Grayscale: #252525. Windows color (decimal): -11465919 or 4262737. OLE color: 4262737.

HSL color Cylindrical-coordinate representation of color #510B41: hue angle of 313.71º 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 #510B41 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB811165-
CMYK00.860.200.68
HSL313.71º76.09%18.04%-
HSV(B)313.71º86.42%31.76%-
XYZ4.472.375.22-
YUV38.09143.19158.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=51.59%
G=7.01%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81116500.860.200.68313.7176.0918.04
Hex51B41056144413a4c12
Octal1211310101262410447211422
Binary10100011011100000101010110101001000100100111010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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