Html Css Color HEX #521141 Tyrian Purple

📋 copy color: '#521141'

red 82 ◦ green 17 ◦ blue 65

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

Shades of Tyrian Purple #521141

Tints of Tyrian Purple #521141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.63%

R = 50%
G = 10.37%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#521141 (or 0x521141) is known color: Tyrian Purple. HEX triplet: 52, 11 and 41. RGB value is (82,17,65). Sum of RGB (Red+Green+Blue) = 82+17+65=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #521141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521141 is #ADEEBE. Grayscale: #292929. Windows color (decimal): -11398847 or 4264274. OLE color: 4264274.

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

Color convert

RGB 82 17 65 -
CMYK 0 0.79 0.21 0.68
HSL 315.69º 0.66% 0.19% -
HSV(B) 315.69º 0.79% 0.32% -
XYZ 4.63 2.58 5.25 -
YUV 41.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 82 17 65 0 0.79 0.21 0.68 315.69 0.66 0.19
Hex 52 11 41 0 4F 15 44 13C 42 13
Octal 122 21 101 0 117 25 104 474 102 23
Binary 1010010 10001 1000001 0 1001111 10101 1000100 100111100 1000010 10011

Color Harmonies of #521141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521141

Black with #521141

Text Example


Text Example

White with #521141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521141; }

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

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

background-color css

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

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

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

border-color css

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

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

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