Html Css Color HEX #510937 Tyrian Purple

📋 copy color: '#510937'

red 81 ◦ green 9 ◦ blue 55

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

Shades of Tyrian Purple #510937

Tints of Tyrian Purple #510937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.21%

 BLUE value IS 55 (21.88% from 255) = 37.93%

R = 55.86%
G = 6.21%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#510937 (or 0x510937) is known color: Tyrian Purple. HEX triplet: 51, 09 and 37. RGB value is (81,9,55). Sum of RGB (Red+Green+Blue) = 81+9+55=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #510937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510937 is #AEF6C8. Grayscale: #232323. Windows color (decimal): -11466441 or 3606865. OLE color: 3606865.

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

Color convert

RGB 81 9 55 -
CMYK 0 0.89 0.32 0.68
HSL 321.67º 0.8% 0.18% -
HSV(B) 321.67º 0.89% 0.32% -
XYZ 4.18 2.22 3.82 -
YUV 35.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 81 9 55 0 0.89 0.32 0.68 321.67 0.8 0.18
Hex 51 9 37 0 59 20 44 142 50 12
Octal 121 11 67 0 131 40 104 502 120 22
Binary 1010001 1001 110111 0 1011001 100000 1000100 101000010 1010000 10010

Color Harmonies of #510937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510937

Black with #510937

Text Example


Text Example

White with #510937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510937; }

 p { color: rgb(81,9,55); }

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

background-color css

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

 a { background-color: rgb(81,9,55); }

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

border-color css

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

 span { border-color: rgb(81,9,55); }

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