Html Css Color HEX #510944 Tyrian Purple

📋 copy color: '#510944'

red 81 ◦ green 9 ◦ blue 68

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

Shades of Tyrian Purple #510944

Tints of Tyrian Purple #510944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.04%

R = 51.27%
G = 5.7%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#510944 (or 0x510944) is known color: Tyrian Purple. HEX triplet: 51, 09 and 44. RGB value is (81,9,68). Sum of RGB (Red+Green+Blue) = 81+9+68=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #510944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510944 is #AEF6BB. Grayscale: #252525. Windows color (decimal): -11466428 or 4458833. OLE color: 4458833.

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

Color convert

RGB 81 9 68 -
CMYK 0 0.89 0.16 0.68
HSL 310.83º 0.8% 0.18% -
HSV(B) 310.83º 0.89% 0.32% -
XYZ 4.53 2.36 5.69 -
YUV 37.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 81 9 68 0 0.89 0.16 0.68 310.83 0.8 0.18
Hex 51 9 44 0 59 10 44 137 50 12
Octal 121 11 104 0 131 20 104 467 120 22
Binary 1010001 1001 1000100 0 1011001 10000 1000100 100110111 1010000 10010

Color Harmonies of #510944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510944

Black with #510944

Text Example


Text Example

White with #510944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510944; }

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

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

background-color css

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

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

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

border-color css

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

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

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