#510045

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

Shades of Tyrian Purple #510045

Tints of Tyrian Purple #510045

Color information

#510045 (or 0x510045) is unknown color: approx Tyrian Purple. HEX triplet: 51, 00 and 45. RGB value is (81,0,69). Sum of RGB (Red+Green+Blue) = 81+0+69=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #510045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510045 is #AEFFBA. Grayscale: #1F1F1F. Windows color (decimal): -11468731 or 4522065. OLE color: 4522065.

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

Color convert

RGB81069-
CMYK010.150.68
HSL308.89º100%15.88%-
HSV(B)308.89º100%31.76%-
XYZ4.472.185.82-
YUV32.08148.84162.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 46%
R=54%
G=0%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81069010.150.68308.8910015.88
Hex51045064F441356410
Octal121010501441710446514420
Binary1010001010001010110010011111000100100110101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510045; }

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

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

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

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

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

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

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

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