Html Css Color HEX #51034D Tyrian Purple

📋 copy color: '#51034D'

red 81 ◦ green 3 ◦ blue 77

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

Shades of Tyrian Purple #51034D

Tints of Tyrian Purple #51034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 50.31%
G = 1.86%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#51034D (or 0x51034D) is known color: Tyrian Purple. HEX triplet: 51, 03 and 4D. RGB value is (81,3,77). Sum of RGB (Red+Green+Blue) = 81+3+77=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51034D is #AEFCB2. Grayscale: #222222. Windows color (decimal): -11467955 or 5047121. OLE color: 5047121.

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

Color convert

RGB 81 3 77 -
CMYK 0 0.96 0.05 0.68
HSL 303.08º 0.93% 0.16% -
HSV(B) 303.08º 0.96% 0.32% -
XYZ 4.77 2.35 7.22 -
YUV 34.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 81 3 77 0 0.96 0.05 0.68 303.08 0.93 0.16
Hex 51 3 4D 0 60 5 44 12F 5D 10
Octal 121 3 115 0 140 5 104 457 135 20
Binary 1010001 11 1001101 0 1100000 101 1000100 100101111 1011101 10000

Color Harmonies of #51034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51034D

Black with #51034D

Text Example


Text Example

White with #51034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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