#510432

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

Shades of Tyrian Purple #510432

Tints of Tyrian Purple #510432

Color information

#510432 (or 0x510432) is unknown color: approx Tyrian Purple. HEX triplet: 51, 04 and 32. RGB value is (81,4,50). Sum of RGB (Red+Green+Blue) = 81+4+50=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #510432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510432 is #AEFBCD. Grayscale: #202020. Windows color (decimal): -11467726 or 3277905. OLE color: 3277905.

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

Color convert

RGB81450-
CMYK00.950.380.68
HSL324.16º90.59%16.67%-
HSV(B)324.16º95.06%31.76%-
XYZ4.012.073.2-
YUV32.27138.01162.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=60%
G=2.96%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8145000.950.380.68324.1690.5916.67
Hex5143205F26441445b11
Octal12146201374610450413321
Binary1010001100110010010111111001101000100101000100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510432; }

 p { color: rgb(81,4,50); }

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

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

 a { background-color: rgb(81,4,50); }

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

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

 span { border-color: rgb(81,4,50); }

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