Html Css Color HEX #520149 Tyrian Purple

📋 copy color: '#520149'

red 82 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #520149

Tints of Tyrian Purple #520149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 46.79%

R = 52.56%
G = 0.64%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#520149 (or 0x520149) is known color: Tyrian Purple. HEX triplet: 52, 01 and 49. RGB value is (82,1,73). Sum of RGB (Red+Green+Blue) = 82+1+73=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #520149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520149 is #ADFEB6. Grayscale: #212121. Windows color (decimal): -11402935 or 4784466. OLE color: 4784466.

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

Color convert

RGB 82 1 73 -
CMYK 0 0.99 0.11 0.68
HSL 306.67º 0.98% 0.16% -
HSV(B) 306.67º 0.99% 0.32% -
XYZ 4.69 2.3 6.5 -
YUV 33.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 82 1 73 0 0.99 0.11 0.68 306.67 0.98 0.16
Hex 52 1 49 0 63 B 44 133 62 10
Octal 122 1 111 0 143 13 104 463 142 20
Binary 1010010 1 1001001 0 1100011 1011 1000100 100110011 1100010 10000

Color Harmonies of #520149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520149

Black with #520149

Text Example


Text Example

White with #520149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520149; }

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

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

background-color css

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

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

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

border-color css

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

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

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