#510B4A

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

Shades of Tyrian Purple #510B4A

Tints of Tyrian Purple #510B4A

Color information

#510B4A (or 0x510B4A) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0B and 4A. RGB value is (81,11,74). Sum of RGB (Red+Green+Blue) = 81+11+74=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #510B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B4A is #AEF4B5. Grayscale: #262626. Windows color (decimal): -11465910 or 4852561. OLE color: 4852561.

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

Color convert

RGB811174-
CMYK00.860.090.68
HSL306º76.09%18.04%-
HSV(B)306º86.42%31.76%-
XYZ4.752.486.71-
YUV39.11147.69157.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 11 (4.69% from 255) = 6.63%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=48.80%
G=6.63%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81117400.860.090.6830676.0918.04
Hex51B4A0569441324c12
Octal1211311201261110446211422
Binary1010001101110010100101011010011000100100110010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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