Html Css Color HEX #520140 Tyrian Purple

📋 copy color: '#520140'

red 82 ◦ green 1 ◦ blue 64

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

Shades of Tyrian Purple #520140

Tints of Tyrian Purple #520140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 43.54%

R = 55.78%
G = 0.68%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#520140 (or 0x520140) is known color: Tyrian Purple. HEX triplet: 52, 01 and 40. RGB value is (82,1,64). Sum of RGB (Red+Green+Blue) = 82+1+64=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #520140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520140 is #ADFEBF. Grayscale: #202020. Windows color (decimal): -11402944 or 4194642. OLE color: 4194642.

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

Color convert

RGB 82 1 64 -
CMYK 0 0.99 0.22 0.68
HSL 313.33º 0.98% 0.16% -
HSV(B) 313.33º 0.99% 0.32% -
XYZ 4.42 2.19 5.04 -
YUV 32.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 82 1 64 0 0.99 0.22 0.68 313.33 0.98 0.16
Hex 52 1 40 0 63 16 44 139 62 10
Octal 122 1 100 0 143 26 104 471 142 20
Binary 1010010 1 1000000 0 1100011 10110 1000100 100111001 1100010 10000

Color Harmonies of #520140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520140

Black with #520140

Text Example


Text Example

White with #520140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520140; }

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

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

background-color css

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

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

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

border-color css

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

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

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