#510439

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

Shades of Tyrian Purple #510439

Tints of Tyrian Purple #510439

Color information

#510439 (or 0x510439) is unknown color: approx Tyrian Purple. HEX triplet: 51, 04 and 39. RGB value is (81,4,57). Sum of RGB (Red+Green+Blue) = 81+4+57=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #510439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510439 is #AEFBC6. Grayscale: #202020. Windows color (decimal): -11467719 or 3736657. OLE color: 3736657.

HSL color Cylindrical-coordinate representation of color #510439: hue angle of 318.7º 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 #510439 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB81457-
CMYK00.950.300.68
HSL318.7º90.59%16.67%-
HSV(B)318.7º95.06%31.76%-
XYZ4.182.134.06-
YUV33.06141.51162.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 57 (22.66% from 255) = 40.14%
R=57.04%
G=2.82%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8145700.950.300.68318.790.5916.67
Hex5143905F1E4413f5b11
Octal12147101373610447713321
Binary101000110011100101011111111101000100100111111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510439; }

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

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

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

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

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

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

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

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