Html Css Color HEX #520346 Tyrian Purple

📋 copy color: '#520346'

red 82 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #520346

Tints of Tyrian Purple #520346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

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

R = 52.9%
G = 1.94%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#520346 (or 0x520346) is known color: Tyrian Purple. HEX triplet: 52, 03 and 46. RGB value is (82,3,70). Sum of RGB (Red+Green+Blue) = 82+3+70=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #520346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520346 is #ADFCB9. Grayscale: #222222. Windows color (decimal): -11402426 or 4588370. OLE color: 4588370.

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

Color convert

RGB 82 3 70 -
CMYK 0 0.96 0.15 0.68
HSL 309.11º 0.93% 0.17% -
HSV(B) 309.11º 0.96% 0.32% -
XYZ 4.62 2.3 6 -
YUV 34.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 82 3 70 0 0.96 0.15 0.68 309.11 0.93 0.17
Hex 52 3 46 0 60 F 44 135 5D 11
Octal 122 3 106 0 140 17 104 465 135 21
Binary 1010010 11 1000110 0 1100000 1111 1000100 100110101 1011101 10001

Color Harmonies of #520346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520346

Black with #520346

Text Example


Text Example

White with #520346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520346; }

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

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

background-color css

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

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

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

border-color css

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

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

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