Html Css Color HEX #541541 Tyrian Purple

📋 copy color: '#541541'

red 84 ◦ green 21 ◦ blue 65

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

Shades of Tyrian Purple #541541

Tints of Tyrian Purple #541541

RGB

 RED value IS 84 (33.2% from 255) = 49.41%

 GREEN value IS 21 (8.59% from 255) = 12.35%

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

R = 49.41%
G = 12.35%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#541541 (or 0x541541) is known color: Tyrian Purple. HEX triplet: 54, 15 and 41. RGB value is (84,21,65). Sum of RGB (Red+Green+Blue) = 84+21+65=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #541541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541541 is #ABEABE. Grayscale: #2C2C2C. Windows color (decimal): -11266751 or 4265300. OLE color: 4265300.

HSL color Cylindrical-coordinate representation of color #541541: hue angle of 318.1º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #541541 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 21 65 -
CMYK 0 0.75 0.23 0.67
HSL 318.1º 0.6% 0.21% -
HSV(B) 318.1º 0.75% 0.33% -
XYZ 4.88 2.8 5.28 -
YUV 44.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 84 21 65 0 0.75 0.23 0.67 318.1 0.6 0.21
Hex 54 15 41 0 4B 17 43 13E 3C 15
Octal 124 25 101 0 113 27 103 476 74 25
Binary 1010100 10101 1000001 0 1001011 10111 1000011 100111110 111100 10101

Color Harmonies of #541541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541541

Black with #541541

Text Example


Text Example

White with #541541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541541; }

 p { color: rgb(84,21,65); }

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

background-color css

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

 a { background-color: rgb(84,21,65); }

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

border-color css

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

 span { border-color: rgb(84,21,65); }

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