Html Css Color HEX #541440 Tyrian Purple

📋 copy color: '#541440'

red 84 ◦ green 20 ◦ blue 64

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

Shades of Tyrian Purple #541440

Tints of Tyrian Purple #541440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.9%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 50%
G = 11.9%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#541440 (or 0x541440) is known color: Tyrian Purple. HEX triplet: 54, 14 and 40. RGB value is (84,20,64). Sum of RGB (Red+Green+Blue) = 84+20+64=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #541440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541440 is #ABEBBF. Grayscale: #2C2C2C. Windows color (decimal): -11267008 or 4199508. OLE color: 4199508.

HSL color Cylindrical-coordinate representation of color #541440: hue angle of 318.75º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541440 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 20 64 -
CMYK 0 0.76 0.24 0.67
HSL 318.75º 0.62% 0.2% -
HSV(B) 318.75º 0.76% 0.33% -
XYZ 4.83 2.76 5.13 -
YUV 44.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 84 20 64 0 0.76 0.24 0.67 318.75 0.62 0.2
Hex 54 14 40 0 4C 18 43 13F 3E 14
Octal 124 24 100 0 114 30 103 477 76 24
Binary 1010100 10100 1000000 0 1001100 11000 1000011 100111111 111110 10100

Color Harmonies of #541440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541440

Black with #541440

Text Example


Text Example

White with #541440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541440; }

 p { color: rgb(84,20,64); }

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

background-color css

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

 a { background-color: rgb(84,20,64); }

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

border-color css

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

 span { border-color: rgb(84,20,64); }

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