Html Css Color HEX #520244 Tyrian Purple

📋 copy color: '#520244'

red 82 ◦ green 2 ◦ blue 68

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

Shades of Tyrian Purple #520244

Tints of Tyrian Purple #520244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 68 (26.95% from 255) = 44.74%

R = 53.95%
G = 1.32%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#520244 (or 0x520244) is known color: Tyrian Purple. HEX triplet: 52, 02 and 44. RGB value is (82,2,68). Sum of RGB (Red+Green+Blue) = 82+2+68=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #520244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520244 is #ADFDBB. Grayscale: #212121. Windows color (decimal): -11402684 or 4457042. OLE color: 4457042.

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

Color convert

RGB 82 2 68 -
CMYK 0 0.98 0.17 0.68
HSL 310.5º 0.95% 0.16% -
HSV(B) 310.5º 0.98% 0.32% -
XYZ 4.54 2.25 5.66 -
YUV 33.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 82 2 68 0 0.98 0.17 0.68 310.5 0.95 0.16
Hex 52 2 44 0 62 11 44 136 5F 10
Octal 122 2 104 0 142 21 104 466 137 20
Binary 1010010 10 1000100 0 1100010 10001 1000100 100110110 1011111 10000

Color Harmonies of #520244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520244

Black with #520244

Text Example


Text Example

White with #520244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520244; }

 p { color: rgb(82,2,68); }

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

background-color css

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

 a { background-color: rgb(82,2,68); }

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

border-color css

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

 span { border-color: rgb(82,2,68); }

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