Html Css Color HEX #520151 Tyrian Purple

📋 copy color: '#520151'

red 82 ◦ green 1 ◦ blue 81

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

Shades of Tyrian Purple #520151

Tints of Tyrian Purple #520151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 49.39%

R = 50%
G = 0.61%
B = 49.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#520151 (or 0x520151) is known color: Tyrian Purple. HEX triplet: 52, 01 and 51. RGB value is (82,1,81). Sum of RGB (Red+Green+Blue) = 82+1+81=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #520151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520151 is #ADFEAE. Grayscale: #222222. Windows color (decimal): -11402927 or 5308754. OLE color: 5308754.

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

Color convert

RGB 82 1 81 -
CMYK 0 0.99 0.01 0.68
HSL 300.74º 0.98% 0.16% -
HSV(B) 300.74º 0.99% 0.32% -
XYZ 4.98 2.41 7.99 -
YUV 34.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 82 1 81 0 0.99 0.01 0.68 300.74 0.98 0.16
Hex 52 1 51 0 63 1 44 12D 62 10
Octal 122 1 121 0 143 1 104 455 142 20
Binary 1010010 1 1010001 0 1100011 1 1000100 100101101 1100010 10000

Color Harmonies of #520151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520151

Black with #520151

Text Example


Text Example

White with #520151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520151; }

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

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

background-color css

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

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

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

border-color css

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

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

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