Html Css Color HEX #51044F Tyrian Purple

📋 copy color: '#51044F'

red 81 ◦ green 4 ◦ blue 79

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

Shades of Tyrian Purple #51044F

Tints of Tyrian Purple #51044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 48.17%

R = 49.39%
G = 2.44%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#51044F (or 0x51044F) is known color: Tyrian Purple. HEX triplet: 51, 04 and 4F. RGB value is (81,4,79). Sum of RGB (Red+Green+Blue) = 81+4+79=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51044F is #AEFBB0. Grayscale: #232323. Windows color (decimal): -11467697 or 5178449. OLE color: 5178449.

HSL color Cylindrical-coordinate representation of color #51044F: hue angle of 301.56º 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 #51044F is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 4 79 -
CMYK 0 0.95 0.02 0.68
HSL 301.56º 0.91% 0.17% -
HSV(B) 301.56º 0.95% 0.32% -
XYZ 4.85 2.4 7.6 -
YUV 35.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 81 4 79 0 0.95 0.02 0.68 301.56 0.91 0.17
Hex 51 4 4F 0 5F 2 44 12E 5B 11
Octal 121 4 117 0 137 2 104 456 133 21
Binary 1010001 100 1001111 0 1011111 10 1000100 100101110 1011011 10001

Color Harmonies of #51044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51044F

Black with #51044F

Text Example


Text Example

White with #51044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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