Html Css Color HEX #51044B Tyrian Purple

📋 copy color: '#51044B'

red 81 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #51044B

Tints of Tyrian Purple #51044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

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

R = 50.63%
G = 2.5%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#51044B (or 0x51044B) is known color: Tyrian Purple. HEX triplet: 51, 04 and 4B. RGB value is (81,4,75). Sum of RGB (Red+Green+Blue) = 81+4+75=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51044B is #AEFBB4. Grayscale: #222222. Windows color (decimal): -11467701 or 4916305. OLE color: 4916305.

HSL color Cylindrical-coordinate representation of color #51044B: hue angle of 304.68º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51044B is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 4 75 -
CMYK 0 0.95 0.07 0.68
HSL 304.68º 0.91% 0.17% -
HSV(B) 304.68º 0.95% 0.32% -
XYZ 4.71 2.34 6.86 -
YUV 35.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 81 4 75 0 0.95 0.07 0.68 304.68 0.91 0.17
Hex 51 4 4B 0 5F 7 44 131 5B 11
Octal 121 4 113 0 137 7 104 461 133 21
Binary 1010001 100 1001011 0 1011111 111 1000100 100110001 1011011 10001

Color Harmonies of #51044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51044B

Black with #51044B

Text Example


Text Example

White with #51044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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