#510239

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

Shades of Tyrian Purple #510239

Tints of Tyrian Purple #510239

Color information

#510239 (or 0x510239) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 39. RGB value is (81,2,57). Sum of RGB (Red+Green+Blue) = 81+2+57=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #510239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510239 is #AEFDC6. Grayscale: #1F1F1F. Windows color (decimal): -11468231 or 3736145. OLE color: 3736145.

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

Color convert

RGB81257-
CMYK00.980.300.68
HSL318.23º95.18%16.27%-
HSV(B)318.23º97.53%31.76%-
XYZ4.152.094.06-
YUV31.89142.17163.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 57 (22.66% from 255) = 40.71%
R=57.86%
G=1.43%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8125700.980.300.68318.2395.1816.27
Hex512390621E4413e5f10
Octal12127101423610447613720
Binary10100011011100101100010111101000100100111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510239; }

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

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

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

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

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

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

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

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