Html Css Color HEX #520240 Tyrian Purple

📋 copy color: '#520240'

red 82 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #520240

Tints of Tyrian Purple #520240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

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

R = 55.41%
G = 1.35%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#520240 (or 0x520240) is known color: Tyrian Purple. HEX triplet: 52, 02 and 40. RGB value is (82,2,64). Sum of RGB (Red+Green+Blue) = 82+2+64=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #520240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520240 is #ADFDBF. Grayscale: #202020. Windows color (decimal): -11402688 or 4194898. OLE color: 4194898.

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

Color convert

RGB 82 2 64 -
CMYK 0 0.98 0.22 0.68
HSL 313.5º 0.95% 0.16% -
HSV(B) 313.5º 0.98% 0.32% -
XYZ 4.43 2.21 5.04 -
YUV 32.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 82 2 64 0 0.98 0.22 0.68 313.5 0.95 0.16
Hex 52 2 40 0 62 16 44 13A 5F 10
Octal 122 2 100 0 142 26 104 472 137 20
Binary 1010010 10 1000000 0 1100010 10110 1000100 100111010 1011111 10000

Color Harmonies of #520240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520240

Black with #520240

Text Example


Text Example

White with #520240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520240; }

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

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

background-color css

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

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

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

border-color css

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

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

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