Html Css Color HEX #520046 Tyrian Purple

📋 copy color: '#520046'

red 82 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #520046

Tints of Tyrian Purple #520046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.95%
G = 0%
B = 46.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#520046 (or 0x520046) is known color: Tyrian Purple. HEX triplet: 52, 00 and 46. RGB value is (82,0,70). Sum of RGB (Red+Green+Blue) = 82+0+70=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #520046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520046 is #ADFFB9. Grayscale: #202020. Windows color (decimal): -11403194 or 4587602. OLE color: 4587602.

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

Color convert

RGB 82 0 70 -
CMYK 0 1 0.15 0.68
HSL 308.78º 1% 0.16% -
HSV(B) 308.78º 1% 0.32% -
XYZ 4.59 2.24 5.98 -
YUV 32.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 82 0 70 0 1 0.15 0.68 308.78 1 0.16
Hex 52 0 46 0 64 F 44 135 64 10
Octal 122 0 106 0 144 17 104 465 144 20
Binary 1010010 0 1000110 0 1100100 1111 1000100 100110101 1100100 10000

Color Harmonies of #520046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520046

Black with #520046

Text Example


Text Example

White with #520046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520046; }

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

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

background-color css

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

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

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

border-color css

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

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

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