Html Css Color HEX #510749 Tyrian Purple

📋 copy color: '#510749'

red 81 ◦ green 7 ◦ blue 73

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

Shades of Tyrian Purple #510749

Tints of Tyrian Purple #510749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

 BLUE value IS 73 (28.91% from 255) = 45.34%

R = 50.31%
G = 4.35%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#510749 (or 0x510749) is known color: Tyrian Purple. HEX triplet: 51, 07 and 49. RGB value is (81,7,73). Sum of RGB (Red+Green+Blue) = 81+7+73=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #510749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510749 is #AEF8B6. Grayscale: #242424. Windows color (decimal): -11466935 or 4786001. OLE color: 4786001.

HSL color Cylindrical-coordinate representation of color #510749: hue angle of 306.49º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510749 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 7 73 -
CMYK 0 0.91 0.10 0.68
HSL 306.49º 0.84% 0.17% -
HSV(B) 306.49º 0.91% 0.32% -
XYZ 4.67 2.38 6.52 -
YUV 36.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 81 7 73 0 0.91 0.10 0.68 306.49 0.84 0.17
Hex 51 7 49 0 5B A 44 132 54 11
Octal 121 7 111 0 133 12 104 462 124 21
Binary 1010001 111 1001001 0 1011011 1010 1000100 100110010 1010100 10001

Color Harmonies of #510749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510749

Black with #510749

Text Example


Text Example

White with #510749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510749; }

 p { color: rgb(81,7,73); }

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

background-color css

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

 a { background-color: rgb(81,7,73); }

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

border-color css

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

 span { border-color: rgb(81,7,73); }

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