Html Css Color HEX #521144 Tyrian Purple

📋 copy color: '#521144'

red 82 ◦ green 17 ◦ blue 68

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

Shades of Tyrian Purple #521144

Tints of Tyrian Purple #521144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

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

R = 49.1%
G = 10.18%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#521144 (or 0x521144) is known color: Tyrian Purple. HEX triplet: 52, 11 and 44. RGB value is (82,17,68). Sum of RGB (Red+Green+Blue) = 82+17+68=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #521144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521144 is #ADEEBB. Grayscale: #2A2A2A. Windows color (decimal): -11398844 or 4460882. OLE color: 4460882.

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

Color convert

RGB 82 17 68 -
CMYK 0 0.79 0.17 0.68
HSL 312.92º 0.66% 0.19% -
HSV(B) 312.92º 0.79% 0.32% -
XYZ 4.72 2.61 5.72 -
YUV 42.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 82 17 68 0 0.79 0.17 0.68 312.92 0.66 0.19
Hex 52 11 44 0 4F 11 44 139 42 13
Octal 122 21 104 0 117 21 104 471 102 23
Binary 1010010 10001 1000100 0 1001111 10001 1000100 100111001 1000010 10011

Color Harmonies of #521144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521144

Black with #521144

Text Example


Text Example

White with #521144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521144; }

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

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

background-color css

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

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

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

border-color css

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

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

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