Html Css Color HEX #510947 Tyrian Purple

📋 copy color: '#510947'

red 81 ◦ green 9 ◦ blue 71

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

Shades of Tyrian Purple #510947

Tints of Tyrian Purple #510947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.1%

R = 50.31%
G = 5.59%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#510947 (or 0x510947) is known color: Tyrian Purple. HEX triplet: 51, 09 and 47. RGB value is (81,9,71). Sum of RGB (Red+Green+Blue) = 81+9+71=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #510947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510947 is #AEF6B8. Grayscale: #252525. Windows color (decimal): -11466425 or 4655441. OLE color: 4655441.

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

Color convert

RGB 81 9 71 -
CMYK 0 0.89 0.12 0.68
HSL 308.33º 0.8% 0.18% -
HSV(B) 308.33º 0.89% 0.32% -
XYZ 4.63 2.4 6.18 -
YUV 37.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 81 9 71 0 0.89 0.12 0.68 308.33 0.8 0.18
Hex 51 9 47 0 59 C 44 134 50 12
Octal 121 11 107 0 131 14 104 464 120 22
Binary 1010001 1001 1000111 0 1011001 1100 1000100 100110100 1010000 10010

Color Harmonies of #510947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510947

Black with #510947

Text Example


Text Example

White with #510947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510947; }

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

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

background-color css

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

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

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

border-color css

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

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

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