#51024F

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

Shades of Tyrian Purple #51024F

Tints of Tyrian Purple #51024F

Color information

#51024F (or 0x51024F) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 4F. RGB value is (81,2,79). Sum of RGB (Red+Green+Blue) = 81+2+79=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51024F is #AEFDB0. Grayscale: #222222. Windows color (decimal): -11468209 or 5177937. OLE color: 5177937.

HSL color Cylindrical-coordinate representation of color #51024F: hue angle of 301.52º 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 #51024F is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB81279-
CMYK00.980.020.68
HSL301.52º95.18%16.27%-
HSV(B)301.52º97.53%31.76%-
XYZ4.832.367.6-
YUV34.4153.17161.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 79 (31.25% from 255) = 48.77%
R=50%
G=1.23%
B=48.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8127900.980.020.68301.5295.1816.27
Hex5124F06224412e5f10
Octal12121170142210445613720
Binary101000110100111101100010101000100100101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51024F; }

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

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

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

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

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

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

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

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