Html Css Color HEX #51094A Tyrian Purple

📋 copy color: '#51094A'

red 81 ◦ green 9 ◦ blue 74

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

Shades of Tyrian Purple #51094A

Tints of Tyrian Purple #51094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

 BLUE value IS 74 (29.3% from 255) = 45.12%

R = 49.39%
G = 5.49%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#51094A (or 0x51094A) is known color: Tyrian Purple. HEX triplet: 51, 09 and 4A. RGB value is (81,9,74). Sum of RGB (Red+Green+Blue) = 81+9+74=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51094A is #AEF6B5. Grayscale: #252525. Windows color (decimal): -11466422 or 4852049. OLE color: 4852049.

HSL color Cylindrical-coordinate representation of color #51094A: hue angle of 305.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51094A is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 9 74 -
CMYK 0 0.89 0.09 0.68
HSL 305.83º 0.8% 0.18% -
HSV(B) 305.83º 0.89% 0.32% -
XYZ 4.73 2.44 6.7 -
YUV 37.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 81 9 74 0 0.89 0.09 0.68 305.83 0.8 0.18
Hex 51 9 4A 0 59 9 44 132 50 12
Octal 121 11 112 0 131 11 104 462 120 22
Binary 1010001 1001 1001010 0 1011001 1001 1000100 100110010 1010000 10010

Color Harmonies of #51094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51094A

Black with #51094A

Text Example


Text Example

White with #51094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51094A; }

 p { color: rgb(81,9,74); }

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

background-color css

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

 a { background-color: rgb(81,9,74); }

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

border-color css

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

 span { border-color: rgb(81,9,74); }

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