Html Css Color HEX #520846 Tyrian Purple

📋 copy color: '#520846'

red 82 ◦ green 8 ◦ blue 70

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

Shades of Tyrian Purple #520846

Tints of Tyrian Purple #520846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 43.75%

R = 51.25%
G = 5%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#520846 (or 0x520846) is known color: Tyrian Purple. HEX triplet: 52, 08 and 46. RGB value is (82,8,70). Sum of RGB (Red+Green+Blue) = 82+8+70=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #520846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520846 is #ADF7B9. Grayscale: #252525. Windows color (decimal): -11401146 or 4589650. OLE color: 4589650.

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

Color convert

RGB 82 8 70 -
CMYK 0 0.90 0.15 0.68
HSL 309.73º 0.82% 0.18% -
HSV(B) 309.73º 0.9% 0.32% -
XYZ 4.67 2.41 6.01 -
YUV 37.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 82 8 70 0 0.90 0.15 0.68 309.73 0.82 0.18
Hex 52 8 46 0 5A F 44 136 52 12
Octal 122 10 106 0 132 17 104 466 122 22
Binary 1010010 1000 1000110 0 1011010 1111 1000100 100110110 1010010 10010

Color Harmonies of #520846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520846

Black with #520846

Text Example


Text Example

White with #520846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520846; }

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

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

background-color css

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

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

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

border-color css

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

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

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