Html Css Color HEX #520344 Tyrian Purple

📋 copy color: '#520344'

red 82 ◦ green 3 ◦ blue 68

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

Shades of Tyrian Purple #520344

Tints of Tyrian Purple #520344

RGB

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

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

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

R = 53.59%
G = 1.96%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#520344 (or 0x520344) is known color: Tyrian Purple. HEX triplet: 52, 03 and 44. RGB value is (82,3,68). Sum of RGB (Red+Green+Blue) = 82+3+68=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #520344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520344 is #ADFCBB. Grayscale: #212121. Windows color (decimal): -11402428 or 4457298. OLE color: 4457298.

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

Color convert

RGB 82 3 68 -
CMYK 0 0.96 0.17 0.68
HSL 310.63º 0.93% 0.17% -
HSV(B) 310.63º 0.96% 0.32% -
XYZ 4.56 2.28 5.67 -
YUV 34.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 82 3 68 0 0.96 0.17 0.68 310.63 0.93 0.17
Hex 52 3 44 0 60 11 44 137 5D 11
Octal 122 3 104 0 140 21 104 467 135 21
Binary 1010010 11 1000100 0 1100000 10001 1000100 100110111 1011101 10001

Color Harmonies of #520344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520344

Black with #520344

Text Example


Text Example

White with #520344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520344; }

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

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

background-color css

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

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

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

border-color css

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

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

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