Html Css Color HEX #51024D Tyrian Purple

📋 copy color: '#51024D'

red 81 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #51024D

Tints of Tyrian Purple #51024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.25%

 BLUE value IS 77 (30.47% from 255) = 48.13%

R = 50.63%
G = 1.25%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#51024D (or 0x51024D) is known color: Tyrian Purple. HEX triplet: 51, 02 and 4D. RGB value is (81,2,77). Sum of RGB (Red+Green+Blue) = 81+2+77=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51024D is #AEFDB2. Grayscale: #212121. Windows color (decimal): -11468211 or 5046865. OLE color: 5046865.

HSL color Cylindrical-coordinate representation of color #51024D: hue angle of 303.04º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51024D is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 2 77 -
CMYK 0 0.98 0.05 0.68
HSL 303.04º 0.95% 0.16% -
HSV(B) 303.04º 0.98% 0.32% -
XYZ 4.75 2.33 7.22 -
YUV 34.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 81 2 77 0 0.98 0.05 0.68 303.04 0.95 0.16
Hex 51 2 4D 0 62 5 44 12F 5F 10
Octal 121 2 115 0 142 5 104 457 137 20
Binary 1010001 10 1001101 0 1100010 101 1000100 100101111 1011111 10000

Color Harmonies of #51024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51024D

Black with #51024D

Text Example


Text Example

White with #51024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51024D; }

 p { color: rgb(81,2,77); }

 H1.HeaderClassName
 {
   color: #51024D;
 }
 .AnyTagClassName
 {
   color: #51024D;
 }
</style>

background-color css

<style>
 a { background-color: #51024D; }

 a { background-color: rgb(81,2,77); }

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

border-color css

<style>
 span { border-color: #51024D; }

 span { border-color: rgb(81,2,77); }

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