#510a3d

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

Shades of Tyrian Purple #510A3D

Tints of Tyrian Purple #510A3D

Color information

#510A3D (or 0x510A3D) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0A and 3D. RGB value is (81,10,61). Sum of RGB (Red+Green+Blue) = 81+10+61=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #510A3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510A3D is #AEF5C2. Grayscale: #242424. Windows color (decimal): -11466179 or 4000337. OLE color: 4000337.

HSL color Cylindrical-coordinate representation of color #510A3D: hue angle of 316.9º 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 #510A3D is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB811061-
CMYK00.880.250.68
HSL316.9º78.02%17.84%-
HSV(B)316.9º87.65%31.76%-
XYZ4.342.34.63-
YUV37.04141.52159.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 10 (4.30% from 255) = 6.58%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=53.29%
G=6.58%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81106100.880.250.68316.978.0217.84
Hex51A3D058194413d4e12
Octal121127501303110447511622
Binary1010001101011110101011000110011000100100111101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510a3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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