Html Css Color HEX #521241 Tyrian Purple

📋 copy color: '#521241'

red 82 ◦ green 18 ◦ blue 65

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

Shades of Tyrian Purple #521241

Tints of Tyrian Purple #521241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.91%

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

R = 49.7%
G = 10.91%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#521241 (or 0x521241) is known color: Tyrian Purple. HEX triplet: 52, 12 and 41. RGB value is (82,18,65). Sum of RGB (Red+Green+Blue) = 82+18+65=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #521241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521241 is #ADEDBE. Grayscale: #2A2A2A. Windows color (decimal): -11398591 or 4264530. OLE color: 4264530.

HSL color Cylindrical-coordinate representation of color #521241: hue angle of 315.94º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521241 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 18 65 -
CMYK 0 0.78 0.21 0.68
HSL 315.94º 0.64% 0.2% -
HSV(B) 315.94º 0.78% 0.32% -
XYZ 4.65 2.61 5.26 -
YUV 42.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 82 18 65 0 0.78 0.21 0.68 315.94 0.64 0.2
Hex 52 12 41 0 4E 15 44 13C 40 14
Octal 122 22 101 0 116 25 104 474 100 24
Binary 1010010 10010 1000001 0 1001110 10101 1000100 100111100 1000000 10100

Color Harmonies of #521241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521241

Black with #521241

Text Example


Text Example

White with #521241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521241; }

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

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

background-color css

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

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

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

border-color css

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

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

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