Html Css Color HEX #51034F Tyrian Purple

📋 copy color: '#51034F'

red 81 ◦ green 3 ◦ blue 79

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

Shades of Tyrian Purple #51034F

Tints of Tyrian Purple #51034F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.84%

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

R = 49.69%
G = 1.84%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#51034F (or 0x51034F) is known color: Tyrian Purple. HEX triplet: 51, 03 and 4F. RGB value is (81,3,79). Sum of RGB (Red+Green+Blue) = 81+3+79=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51034F is #AEFCB0. Grayscale: #222222. Windows color (decimal): -11467953 or 5178193. OLE color: 5178193.

HSL color Cylindrical-coordinate representation of color #51034F: hue angle of 301.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51034F is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 3 79 -
CMYK 0 0.96 0.02 0.68
HSL 301.54º 0.93% 0.16% -
HSV(B) 301.54º 0.96% 0.32% -
XYZ 4.84 2.38 7.6 -
YUV 34.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 81 3 79 0 0.96 0.02 0.68 301.54 0.93 0.16
Hex 51 3 4F 0 60 2 44 12E 5D 10
Octal 121 3 117 0 140 2 104 456 135 20
Binary 1010001 11 1001111 0 1100000 10 1000100 100101110 1011101 10000

Color Harmonies of #51034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51034F

Black with #51034F

Text Example


Text Example

White with #51034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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