Html Css Color HEX #510D40 Tyrian Purple

📋 copy color: '#510D40'

red 81 ◦ green 13 ◦ blue 64

#510D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #510D40

Tints of Tyrian Purple #510D40

RGB

 RED value IS 81 (32.03% from 255) = 51.27%

 GREEN value IS 13 (5.47% from 255) = 8.23%

 BLUE value IS 64 (25.39% from 255) = 40.51%

R = 51.27%
G = 8.23%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#510D40 (or 0x510D40) is known color: Tyrian Purple. HEX triplet: 51, 0D and 40. RGB value is (81,13,64). Sum of RGB (Red+Green+Blue) = 81+13+64=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #510D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510D40 is #AEF2BF. Grayscale: #272727. Windows color (decimal): -11465408 or 4197713. OLE color: 4197713.

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

Color convert

RGB 81 13 64 -
CMYK 0 0.84 0.21 0.68
HSL 315º 0.72% 0.18% -
HSV(B) 315º 0.84% 0.32% -
XYZ 4.46 2.41 5.08 -
YUV 39.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 81 13 64 0 0.84 0.21 0.68 315 0.72 0.18
Hex 51 D 40 0 54 15 44 13B 48 12
Octal 121 15 100 0 124 25 104 473 110 22
Binary 1010001 1101 1000000 0 1010100 10101 1000100 100111011 1001000 10010

Color Harmonies of #510D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D40

Black with #510D40

Text Example


Text Example

White with #510D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,13,64); }

 H1.HeaderClassName
 {
   color: #510D40;
 }
 .AnyTagClassName
 {
   color: #510D40;
 }
</style>

background-color css

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

 a { background-color: rgb(81,13,64); }

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

border-color css

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

 span { border-color: rgb(81,13,64); }

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