Html Css Color HEX #51004F Tyrian Purple

📋 copy color: '#51004F'

red 81 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #51004F

Tints of Tyrian Purple #51004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 49.38%

R = 50.63%
G = 0%
B = 49.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#51004F (or 0x51004F) is known color: Tyrian Purple. HEX triplet: 51, 00 and 4F. RGB value is (81,0,79). Sum of RGB (Red+Green+Blue) = 81+0+79=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51004F is #AEFFB0. Grayscale: #202020. Windows color (decimal): -11468721 or 5177425. OLE color: 5177425.

HSL color Cylindrical-coordinate representation of color #51004F: hue angle of 301.48º 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 #51004F is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 0 79 -
CMYK 0 1 0.02 0.68
HSL 301.48º 1% 0.16% -
HSV(B) 301.48º 1% 0.32% -
XYZ 4.8 2.31 7.59 -
YUV 33.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 81 0 79 0 1 0.02 0.68 301.48 1 0.16
Hex 51 0 4F 0 64 2 44 12D 64 10
Octal 121 0 117 0 144 2 104 455 144 20
Binary 1010001 0 1001111 0 1100100 10 1000100 100101101 1100100 10000

Color Harmonies of #51004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51004F

Black with #51004F

Text Example


Text Example

White with #51004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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