#510534

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

Shades of Tyrian Purple #510534

Tints of Tyrian Purple #510534

Color information

#510534 (or 0x510534) is unknown color: approx Tyrian Purple. HEX triplet: 51, 05 and 34. RGB value is (81,5,52). Sum of RGB (Red+Green+Blue) = 81+5+52=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #510534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510534 is #AEFACB. Grayscale: #202020. Windows color (decimal): -11467468 or 3409233. OLE color: 3409233.

HSL color Cylindrical-coordinate representation of color #510534: hue angle of 322.89º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510534 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB81552-
CMYK00.940.360.68
HSL322.89º88.37%16.86%-
HSV(B)322.89º93.83%31.76%-
XYZ4.072.113.44-
YUV33.08138.68162.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=58.70%
G=3.62%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8155200.940.360.68322.8988.3716.86
Hex5153405E24441435811
Octal12156401364410450313021
Binary1010001101110100010111101001001000100101000011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510534; }

 p { color: rgb(81,5,52); }

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

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

 a { background-color: rgb(81,5,52); }

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

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

 span { border-color: rgb(81,5,52); }

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