#51024B

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

Shades of Tyrian Purple #51024B

Tints of Tyrian Purple #51024B

Color information

#51024B (or 0x51024B) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 4B. RGB value is (81,2,75). Sum of RGB (Red+Green+Blue) = 81+2+75=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51024B is #AEFDB4. Grayscale: #212121. Windows color (decimal): -11468213 or 4915793. OLE color: 4915793.

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

Color convert

RGB81275-
CMYK00.980.070.68
HSL304.56º95.18%16.27%-
HSV(B)304.56º97.53%31.76%-
XYZ4.692.36.85-
YUV33.94151.17161.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=51.27%
G=1.27%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8127500.980.070.68304.5695.1816.27
Hex5124B0627441315f10
Octal12121130142710446113720
Binary1010001101001011011000101111000100100110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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