Html Css Color HEX #520848 Tyrian Purple

📋 copy color: '#520848'

red 82 ◦ green 8 ◦ blue 72

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

Shades of Tyrian Purple #520848

Tints of Tyrian Purple #520848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.44%

R = 50.62%
G = 4.94%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#520848 (or 0x520848) is known color: Tyrian Purple. HEX triplet: 52, 08 and 48. RGB value is (82,8,72). Sum of RGB (Red+Green+Blue) = 82+8+72=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #520848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520848 is #ADF7B7. Grayscale: #252525. Windows color (decimal): -11401144 or 4720722. OLE color: 4720722.

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

Color convert

RGB 82 8 72 -
CMYK 0 0.90 0.12 0.68
HSL 308.11º 0.82% 0.18% -
HSV(B) 308.11º 0.9% 0.32% -
XYZ 4.74 2.44 6.35 -
YUV 37.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 82 8 72 0 0.90 0.12 0.68 308.11 0.82 0.18
Hex 52 8 48 0 5A C 44 134 52 12
Octal 122 10 110 0 132 14 104 464 122 22
Binary 1010010 1000 1001000 0 1011010 1100 1000100 100110100 1010010 10010

Color Harmonies of #520848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520848

Black with #520848

Text Example


Text Example

White with #520848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520848; }

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

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

background-color css

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

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

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

border-color css

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

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

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