Html Css Color HEX #51064D Tyrian Purple

📋 copy color: '#51064D'

red 81 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #51064D

Tints of Tyrian Purple #51064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.66%

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

R = 49.39%
G = 3.66%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#51064D (or 0x51064D) is known color: Tyrian Purple. HEX triplet: 51, 06 and 4D. RGB value is (81,6,77). Sum of RGB (Red+Green+Blue) = 81+6+77=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51064D is #AEF9B2. Grayscale: #242424. Windows color (decimal): -11467187 or 5047889. OLE color: 5047889.

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

Color convert

RGB 81 6 77 -
CMYK 0 0.93 0.05 0.68
HSL 303.2º 0.86% 0.17% -
HSV(B) 303.2º 0.93% 0.32% -
XYZ 4.8 2.42 7.23 -
YUV 36.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 81 6 77 0 0.93 0.05 0.68 303.2 0.86 0.17
Hex 51 6 4D 0 5D 5 44 12F 56 11
Octal 121 6 115 0 135 5 104 457 126 21
Binary 1010001 110 1001101 0 1011101 101 1000100 100101111 1010110 10001

Color Harmonies of #51064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51064D

Black with #51064D

Text Example


Text Example

White with #51064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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