Html Css Color HEX #520147 Tyrian Purple

📋 copy color: '#520147'

red 82 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #520147

Tints of Tyrian Purple #520147

RGB

 RED value IS 82 (32.42% from 255) = 53.25%

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

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

R = 53.25%
G = 0.65%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#520147 (or 0x520147) is known color: Tyrian Purple. HEX triplet: 52, 01 and 47. RGB value is (82,1,71). Sum of RGB (Red+Green+Blue) = 82+1+71=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #520147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520147 is #ADFEB8. Grayscale: #212121. Windows color (decimal): -11402937 or 4653394. OLE color: 4653394.

HSL color Cylindrical-coordinate representation of color #520147: hue angle of 308.15º 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 #520147 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 1 71 -
CMYK 0 0.99 0.13 0.68
HSL 308.15º 0.98% 0.16% -
HSV(B) 308.15º 0.99% 0.32% -
XYZ 4.63 2.27 6.16 -
YUV 33.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 82 1 71 0 0.99 0.13 0.68 308.15 0.98 0.16
Hex 52 1 47 0 63 D 44 134 62 10
Octal 122 1 107 0 143 15 104 464 142 20
Binary 1010010 1 1000111 0 1100011 1101 1000100 100110100 1100010 10000

Color Harmonies of #520147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520147

Black with #520147

Text Example


Text Example

White with #520147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520147; }

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

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

background-color css

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

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

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

border-color css

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

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

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