#510A4C

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

Shades of Tyrian Purple #510A4C

Tints of Tyrian Purple #510A4C

Color information

#510A4C (or 0x510A4C) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0A and 4C. RGB value is (81,10,76). Sum of RGB (Red+Green+Blue) = 81+10+76=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #510A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510A4C is #AEF5B3. Grayscale: #262626. Windows color (decimal): -11466164 or 4983377. OLE color: 4983377.

HSL color Cylindrical-coordinate representation of color #510A4C: hue angle of 304.23º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510A4C is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB811076-
CMYK00.880.060.68
HSL304.23º78.02%17.84%-
HSV(B)304.23º87.65%31.76%-
XYZ4.812.497.06-
YUV38.75149.02158.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 76 (30.08% from 255) = 45.51%
R=48.50%
G=5.99%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81107600.880.060.68304.2378.0217.84
Hex51A4C0586441304e12
Octal121121140130610446011622
Binary101000110101001100010110001101000100100110000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510A4C; }

 p { color: rgb(81,10,76); }

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

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

 a { background-color: rgb(81,10,76); }

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

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

 span { border-color: rgb(81,10,76); }

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