Html Css Color HEX #51093F Tyrian Purple

📋 copy color: '#51093F'

red 81 ◦ green 9 ◦ blue 63

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

Shades of Tyrian Purple #51093F

Tints of Tyrian Purple #51093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.88%

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

R = 52.94%
G = 5.88%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#51093F (or 0x51093F) is known color: Tyrian Purple. HEX triplet: 51, 09 and 3F. RGB value is (81,9,63). Sum of RGB (Red+Green+Blue) = 81+9+63=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #51093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51093F is #AEF6C0. Grayscale: #242424. Windows color (decimal): -11466433 or 4131153. OLE color: 4131153.

HSL color Cylindrical-coordinate representation of color #51093F: hue angle of 315º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51093F is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 9 63 -
CMYK 0 0.89 0.22 0.68
HSL 315º 0.8% 0.18% -
HSV(B) 315º 0.89% 0.32% -
XYZ 4.39 2.3 4.92 -
YUV 36.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 81 9 63 0 0.89 0.22 0.68 315 0.8 0.18
Hex 51 9 3F 0 59 16 44 13B 50 12
Octal 121 11 77 0 131 26 104 473 120 22
Binary 1010001 1001 111111 0 1011001 10110 1000100 100111011 1010000 10010

Color Harmonies of #51093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51093F

Black with #51093F

Text Example


Text Example

White with #51093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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