Html Css Color HEX #520840 Tyrian Purple

📋 copy color: '#520840'

red 82 ◦ green 8 ◦ blue 64

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

Shades of Tyrian Purple #520840

Tints of Tyrian Purple #520840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.19%

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

R = 53.25%
G = 5.19%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#520840 (or 0x520840) is known color: Tyrian Purple. HEX triplet: 52, 08 and 40. RGB value is (82,8,64). Sum of RGB (Red+Green+Blue) = 82+8+64=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #520840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520840 is #ADF7BF. Grayscale: #242424. Windows color (decimal): -11401152 or 4196434. OLE color: 4196434.

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

Color convert

RGB 82 8 64 -
CMYK 0 0.90 0.22 0.68
HSL 314.59º 0.82% 0.18% -
HSV(B) 314.59º 0.9% 0.32% -
XYZ 4.49 2.34 5.06 -
YUV 36.51 143.52 160.45 -
System Red Green Blue C M Y K H S L
Decimal 82 8 64 0 0.90 0.22 0.68 314.59 0.82 0.18
Hex 52 8 40 0 5A 16 44 13B 52 12
Octal 122 10 100 0 132 26 104 473 122 22
Binary 1010010 1000 1000000 0 1011010 10110 1000100 100111011 1010010 10010

Color Harmonies of #520840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520840

Black with #520840

Text Example


Text Example

White with #520840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520840; }

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

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

background-color css

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

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

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

border-color css

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

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

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