Html Css Color HEX #520040 Tyrian Purple

📋 copy color: '#520040'

red 82 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #520040

Tints of Tyrian Purple #520040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.16%
G = 0%
B = 43.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#520040 (or 0x520040) is known color: Tyrian Purple. HEX triplet: 52, 00 and 40. RGB value is (82,0,64). Sum of RGB (Red+Green+Blue) = 82+0+64=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #520040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520040 is #ADFFBF. Grayscale: #1F1F1F. Windows color (decimal): -11403200 or 4194386. OLE color: 4194386.

HSL color Cylindrical-coordinate representation of color #520040: hue angle of 313.17º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520040 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 0 64 -
CMYK 0 1 0.22 0.68
HSL 313.17º 1% 0.16% -
HSV(B) 313.17º 1% 0.32% -
XYZ 4.41 2.16 5.04 -
YUV 31.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 82 0 64 0 1 0.22 0.68 313.17 1 0.16
Hex 52 0 40 0 64 16 44 139 64 10
Octal 122 0 100 0 144 26 104 471 144 20
Binary 1010010 0 1000000 0 1100100 10110 1000100 100111001 1100100 10000

Color Harmonies of #520040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520040

Black with #520040

Text Example


Text Example

White with #520040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520040; }

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

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

background-color css

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

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

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

border-color css

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

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

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