Html Css Color HEX #510F47 Tyrian Purple

📋 copy color: '#510F47'

red 81 ◦ green 15 ◦ blue 71

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

Shades of Tyrian Purple #510F47

Tints of Tyrian Purple #510F47

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.98%

 BLUE value IS 71 (28.13% from 255) = 42.51%

R = 48.5%
G = 8.98%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#510F47 (or 0x510F47) is known color: Tyrian Purple. HEX triplet: 51, 0F and 47. RGB value is (81,15,71). Sum of RGB (Red+Green+Blue) = 81+15+71=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #510F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F47 is #AEF0B8. Grayscale: #282828. Windows color (decimal): -11464889 or 4656977. OLE color: 4656977.

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

Color convert

RGB 81 15 71 -
CMYK 0 0.81 0.12 0.68
HSL 309.09º 0.69% 0.19% -
HSV(B) 309.09º 0.81% 0.32% -
XYZ 4.7 2.55 6.2 -
YUV 41.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 81 15 71 0 0.81 0.12 0.68 309.09 0.69 0.19
Hex 51 F 47 0 51 C 44 135 45 13
Octal 121 17 107 0 121 14 104 465 105 23
Binary 1010001 1111 1000111 0 1010001 1100 1000100 100110101 1000101 10011

Color Harmonies of #510F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F47

Black with #510F47

Text Example


Text Example

White with #510F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,15,71); }

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

background-color css

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

 a { background-color: rgb(81,15,71); }

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

border-color css

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

 span { border-color: rgb(81,15,71); }

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