Html Css Color HEX #520646 Tyrian Purple

📋 copy color: '#520646'

red 82 ◦ green 6 ◦ blue 70

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

Shades of Tyrian Purple #520646

Tints of Tyrian Purple #520646

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.8%

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

R = 51.9%
G = 3.8%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#520646 (or 0x520646) is known color: Tyrian Purple. HEX triplet: 52, 06 and 46. RGB value is (82,6,70). Sum of RGB (Red+Green+Blue) = 82+6+70=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #520646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520646 is #ADF9B9. Grayscale: #232323. Windows color (decimal): -11401658 or 4589138. OLE color: 4589138.

HSL color Cylindrical-coordinate representation of color #520646: hue angle of 309.47º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520646 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 6 70 -
CMYK 0 0.93 0.15 0.68
HSL 309.47º 0.86% 0.17% -
HSV(B) 309.47º 0.93% 0.32% -
XYZ 4.65 2.37 6.01 -
YUV 36.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 82 6 70 0 0.93 0.15 0.68 309.47 0.86 0.17
Hex 52 6 46 0 5D F 44 135 56 11
Octal 122 6 106 0 135 17 104 465 126 21
Binary 1010010 110 1000110 0 1011101 1111 1000100 100110101 1010110 10001

Color Harmonies of #520646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520646

Black with #520646

Text Example


Text Example

White with #520646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520646; }

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

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

background-color css

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

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

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

border-color css

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

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

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