Html Css Color HEX #51004D Tyrian Purple

📋 copy color: '#51004D'

red 81 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #51004D

Tints of Tyrian Purple #51004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 48.73%

R = 51.27%
G = 0%
B = 48.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#51004D (or 0x51004D) is known color: Tyrian Purple. HEX triplet: 51, 00 and 4D. RGB value is (81,0,77). Sum of RGB (Red+Green+Blue) = 81+0+77=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51004D is #AEFFB2. Grayscale: #202020. Windows color (decimal): -11468723 or 5046353. OLE color: 5046353.

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

Color convert

RGB 81 0 77 -
CMYK 0 1 0.05 0.68
HSL 302.96º 1% 0.16% -
HSV(B) 302.96º 1% 0.32% -
XYZ 4.73 2.29 7.21 -
YUV 33 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 81 0 77 0 1 0.05 0.68 302.96 1 0.16
Hex 51 0 4D 0 64 5 44 12F 64 10
Octal 121 0 115 0 144 5 104 457 144 20
Binary 1010001 0 1001101 0 1100100 101 1000100 100101111 1100100 10000

Color Harmonies of #51004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51004D

Black with #51004D

Text Example


Text Example

White with #51004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51004D; }

 p { color: rgb(81,0,77); }

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

background-color css

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

 a { background-color: rgb(81,0,77); }

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

border-color css

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

 span { border-color: rgb(81,0,77); }

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