#51002E

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

Shades of Tyrian Purple #51002E

Tints of Tyrian Purple #51002E

Color information

#51002E (or 0x51002E) is unknown color: approx Tyrian Purple. HEX triplet: 51, 00 and 2E. RGB value is (81,0,46). Sum of RGB (Red+Green+Blue) = 81+0+46=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #51002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51002E is #AEFFD1. Grayscale: #1D1D1D. Windows color (decimal): -11468754 or 3014737. OLE color: 3014737.

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

Color convert

RGB81046-
CMYK010.430.68
HSL325.93º100%15.88%-
HSV(B)325.93º100%31.76%-
XYZ3.891.952.76-
YUV29.46137.34164.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=63.78%
G=0%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81046010.430.68325.9310015.88
Hex5102E0642B441466410
Octal12105601445310450614420
Binary10100010101110011001001010111000100101000110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51002E; }

 p { color: rgb(81,0,46); }

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

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

 a { background-color: rgb(81,0,46); }

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

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

 span { border-color: rgb(81,0,46); }

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