Html Css Color HEX #510249 Tyrian Purple

📋 copy color: '#510249'

red 81 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #510249

Tints of Tyrian Purple #510249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

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

R = 51.92%
G = 1.28%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#510249 (or 0x510249) is known color: Tyrian Purple. HEX triplet: 51, 02 and 49. RGB value is (81,2,73). Sum of RGB (Red+Green+Blue) = 81+2+73=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #510249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510249 is #AEFDB6. Grayscale: #212121. Windows color (decimal): -11468215 or 4784721. OLE color: 4784721.

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

Color convert

RGB 81 2 73 -
CMYK 0 0.98 0.10 0.68
HSL 306.08º 0.95% 0.16% -
HSV(B) 306.08º 0.98% 0.32% -
XYZ 4.62 2.27 6.5 -
YUV 33.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 81 2 73 0 0.98 0.10 0.68 306.08 0.95 0.16
Hex 51 2 49 0 62 A 44 132 5F 10
Octal 121 2 111 0 142 12 104 462 137 20
Binary 1010001 10 1001001 0 1100010 1010 1000100 100110010 1011111 10000

Color Harmonies of #510249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510249

Black with #510249

Text Example


Text Example

White with #510249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510249; }

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

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

background-color css

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

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

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

border-color css

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

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

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