Html Css Color HEX #521047 Tyrian Purple

📋 copy color: '#521047'

red 82 ◦ green 16 ◦ blue 71

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

Shades of Tyrian Purple #521047

Tints of Tyrian Purple #521047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 48.52%
G = 9.47%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#521047 (or 0x521047) is known color: Tyrian Purple. HEX triplet: 52, 10 and 47. RGB value is (82,16,71). Sum of RGB (Red+Green+Blue) = 82+16+71=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #521047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521047 is #ADEFB8. Grayscale: #292929. Windows color (decimal): -11399097 or 4657234. OLE color: 4657234.

HSL color Cylindrical-coordinate representation of color #521047: hue angle of 310º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521047 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 71 -
CMYK 0 0.80 0.13 0.68
HSL 310º 0.67% 0.19% -
HSV(B) 310º 0.8% 0.32% -
XYZ 4.8 2.62 6.21 -
YUV 42 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 82 16 71 0 0.80 0.13 0.68 310 0.67 0.19
Hex 52 10 47 0 50 D 44 136 43 13
Octal 122 20 107 0 120 15 104 466 103 23
Binary 1010010 10000 1000111 0 1010000 1101 1000100 100110110 1000011 10011

Color Harmonies of #521047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521047

Black with #521047

Text Example


Text Example

White with #521047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521047; }

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

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

background-color css

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

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

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

border-color css

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

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

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