#51002B

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

Shades of Tyrian Purple #51002B

Tints of Tyrian Purple #51002B

Color information

#51002B (or 0x51002B) is unknown color: approx Tyrian Purple. HEX triplet: 51, 00 and 2B. RGB value is (81,0,43). Sum of RGB (Red+Green+Blue) = 81+0+43=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #51002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51002B is #AEFFD4. Grayscale: #1D1D1D. Windows color (decimal): -11468757 or 2818129. OLE color: 2818129.

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

Color convert

RGB81043-
CMYK010.470.68
HSL328.15º100%15.88%-
HSV(B)328.15º100%31.76%-
XYZ3.831.922.45-
YUV29.12135.84165-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=65.32%
G=0%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81043010.470.68328.1510015.88
Hex5102B0642F441486410
Octal12105301445710451014420
Binary10100010101011011001001011111000100101001000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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