Html Css Color HEX #520444 Tyrian Purple

📋 copy color: '#520444'

red 82 ◦ green 4 ◦ blue 68

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

Shades of Tyrian Purple #520444

Tints of Tyrian Purple #520444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

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

R = 53.25%
G = 2.6%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#520444 (or 0x520444) is known color: Tyrian Purple. HEX triplet: 52, 04 and 44. RGB value is (82,4,68). Sum of RGB (Red+Green+Blue) = 82+4+68=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #520444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520444 is #ADFBBB. Grayscale: #222222. Windows color (decimal): -11402172 or 4457554. OLE color: 4457554.

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

Color convert

RGB 82 4 68 -
CMYK 0 0.95 0.17 0.68
HSL 310.77º 0.91% 0.17% -
HSV(B) 310.77º 0.95% 0.32% -
XYZ 4.57 2.3 5.67 -
YUV 34.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 82 4 68 0 0.95 0.17 0.68 310.77 0.91 0.17
Hex 52 4 44 0 5F 11 44 137 5B 11
Octal 122 4 104 0 137 21 104 467 133 21
Binary 1010010 100 1000100 0 1011111 10001 1000100 100110111 1011011 10001

Color Harmonies of #520444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520444

Black with #520444

Text Example


Text Example

White with #520444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520444; }

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

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

background-color css

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

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

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

border-color css

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

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

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