Html Css Color HEX #510147 Tyrian Purple

📋 copy color: '#510147'

red 81 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #510147

Tints of Tyrian Purple #510147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 52.94%
G = 0.65%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#510147 (or 0x510147) is known color: Tyrian Purple. HEX triplet: 51, 01 and 47. RGB value is (81,1,71). Sum of RGB (Red+Green+Blue) = 81+1+71=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #510147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510147 is #AEFEB8. Grayscale: #202020. Windows color (decimal): -11468473 or 4653393. OLE color: 4653393.

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

Color convert

RGB 81 1 71 -
CMYK 0 0.99 0.12 0.68
HSL 307.5º 0.98% 0.16% -
HSV(B) 307.5º 0.99% 0.32% -
XYZ 4.54 2.23 6.15 -
YUV 32.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 81 1 71 0 0.99 0.12 0.68 307.5 0.98 0.16
Hex 51 1 47 0 63 C 44 134 62 10
Octal 121 1 107 0 143 14 104 464 142 20
Binary 1010001 1 1000111 0 1100011 1100 1000100 100110100 1100010 10000

Color Harmonies of #510147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510147

Black with #510147

Text Example


Text Example

White with #510147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510147; }

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

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

background-color css

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

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

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

border-color css

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

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

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