Html Css Color HEX #51084B Tyrian Purple

📋 copy color: '#51084B'

red 81 ◦ green 8 ◦ blue 75

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

Shades of Tyrian Purple #51084B

Tints of Tyrian Purple #51084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 45.73%

R = 49.39%
G = 4.88%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#51084B (or 0x51084B) is known color: Tyrian Purple. HEX triplet: 51, 08 and 4B. RGB value is (81,8,75). Sum of RGB (Red+Green+Blue) = 81+8+75=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51084B is #AEF7B4. Grayscale: #252525. Windows color (decimal): -11466677 or 4917329. OLE color: 4917329.

HSL color Cylindrical-coordinate representation of color #51084B: hue angle of 304.93º 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 #51084B is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 8 75 -
CMYK 0 0.90 0.07 0.68
HSL 304.93º 0.82% 0.17% -
HSV(B) 304.93º 0.9% 0.32% -
XYZ 4.75 2.43 6.88 -
YUV 37.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 81 8 75 0 0.90 0.07 0.68 304.93 0.82 0.17
Hex 51 8 4B 0 5A 7 44 131 52 11
Octal 121 10 113 0 132 7 104 461 122 21
Binary 1010001 1000 1001011 0 1011010 111 1000100 100110001 1010010 10001

Color Harmonies of #51084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51084B

Black with #51084B

Text Example


Text Example

White with #51084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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