Html Css Color HEX #51084C Tyrian Purple

📋 copy color: '#51084C'

red 81 ◦ green 8 ◦ blue 76

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

Shades of Tyrian Purple #51084C

Tints of Tyrian Purple #51084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

 BLUE value IS 76 (30.08% from 255) = 46.06%

R = 49.09%
G = 4.85%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#51084C (or 0x51084C) is known color: Tyrian Purple. HEX triplet: 51, 08 and 4C. RGB value is (81,8,76). Sum of RGB (Red+Green+Blue) = 81+8+76=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #51084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51084C is #AEF7B3. Grayscale: #252525. Windows color (decimal): -11466676 or 4982865. OLE color: 4982865.

HSL color Cylindrical-coordinate representation of color #51084C: hue angle of 304.11º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51084C is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 8 76 -
CMYK 0 0.90 0.06 0.68
HSL 304.11º 0.82% 0.17% -
HSV(B) 304.11º 0.9% 0.32% -
XYZ 4.78 2.44 7.06 -
YUV 37.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 81 8 76 0 0.90 0.06 0.68 304.11 0.82 0.17
Hex 51 8 4C 0 5A 6 44 130 52 11
Octal 121 10 114 0 132 6 104 460 122 21
Binary 1010001 1000 1001100 0 1011010 110 1000100 100110000 1010010 10001

Color Harmonies of #51084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51084C

Black with #51084C

Text Example


Text Example

White with #51084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51084C; }

 p { color: rgb(81,8,76); }

 H1.HeaderClassName
 {
   color: #51084C;
 }
 .AnyTagClassName
 {
   color: #51084C;
 }
</style>

background-color css

<style>
 a { background-color: #51084C; }

 a { background-color: rgb(81,8,76); }

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

border-color css

<style>
 span { border-color: #51084C; }

 span { border-color: rgb(81,8,76); }

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