Html Css Color HEX #510E3E Tyrian Purple

📋 copy color: '#510E3E'

red 81 ◦ green 14 ◦ blue 62

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

Shades of Tyrian Purple #510E3E

Tints of Tyrian Purple #510E3E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.92%

 BLUE value IS 62 (24.61% from 255) = 39.49%

R = 51.59%
G = 8.92%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#510E3E (or 0x510E3E) is known color: Tyrian Purple. HEX triplet: 51, 0E and 3E. RGB value is (81,14,62). Sum of RGB (Red+Green+Blue) = 81+14+62=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #510E3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510E3E is #AEF1C1. Grayscale: #272727. Windows color (decimal): -11465154 or 4066897. OLE color: 4066897.

HSL color Cylindrical-coordinate representation of color #510E3E: hue angle of 317.01º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #510E3E is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 14 62 -
CMYK 0 0.83 0.23 0.68
HSL 317.01º 0.71% 0.19% -
HSV(B) 317.01º 0.83% 0.32% -
XYZ 4.42 2.41 4.79 -
YUV 39.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 81 14 62 0 0.83 0.23 0.68 317.01 0.71 0.19
Hex 51 E 3E 0 53 17 44 13D 47 13
Octal 121 16 76 0 123 27 104 475 107 23
Binary 1010001 1110 111110 0 1010011 10111 1000100 100111101 1000111 10011

Color Harmonies of #510E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E3E

Black with #510E3E

Text Example


Text Example

White with #510E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510E3E; }

 p { color: rgb(81,14,62); }

 H1.HeaderClassName
 {
   color: #510E3E;
 }
 .AnyTagClassName
 {
   color: #510E3E;
 }
</style>

background-color css

<style>
 a { background-color: #510E3E; }

 a { background-color: rgb(81,14,62); }

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

border-color css

<style>
 span { border-color: #510E3E; }

 span { border-color: rgb(81,14,62); }

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