Html Css Color HEX #51033F Tyrian Purple

📋 copy color: '#51033F'

red 81 ◦ green 3 ◦ blue 63

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

Shades of Tyrian Purple #51033F

Tints of Tyrian Purple #51033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 42.86%

R = 55.1%
G = 2.04%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#51033F (or 0x51033F) is known color: Tyrian Purple. HEX triplet: 51, 03 and 3F. RGB value is (81,3,63). Sum of RGB (Red+Green+Blue) = 81+3+63=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51033F is #AEFCC0. Grayscale: #212121. Windows color (decimal): -11467969 or 4129617. OLE color: 4129617.

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

Color convert

RGB 81 3 63 -
CMYK 0 0.96 0.22 0.68
HSL 313.85º 0.93% 0.16% -
HSV(B) 313.85º 0.96% 0.32% -
XYZ 4.32 2.17 4.89 -
YUV 33.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 81 3 63 0 0.96 0.22 0.68 313.85 0.93 0.16
Hex 51 3 3F 0 60 16 44 13A 5D 10
Octal 121 3 77 0 140 26 104 472 135 20
Binary 1010001 11 111111 0 1100000 10110 1000100 100111010 1011101 10000

Color Harmonies of #51033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51033F

Black with #51033F

Text Example


Text Example

White with #51033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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