Html Css Color HEX #541542 Tyrian Purple

📋 copy color: '#541542'

red 84 ◦ green 21 ◦ blue 66

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

Shades of Tyrian Purple #541542

Tints of Tyrian Purple #541542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 49.12%
G = 12.28%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#541542 (or 0x541542) is known color: Tyrian Purple. HEX triplet: 54, 15 and 42. RGB value is (84,21,66). Sum of RGB (Red+Green+Blue) = 84+21+66=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #541542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541542 is #ABEABD. Grayscale: #2C2C2C. Windows color (decimal): -11266750 or 4330836. OLE color: 4330836.

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

Color convert

RGB 84 21 66 -
CMYK 0 0.75 0.21 0.67
HSL 317.14º 0.6% 0.21% -
HSV(B) 317.14º 0.75% 0.33% -
XYZ 4.91 2.81 5.44 -
YUV 44.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 84 21 66 0 0.75 0.21 0.67 317.14 0.6 0.21
Hex 54 15 42 0 4B 15 43 13D 3C 15
Octal 124 25 102 0 113 25 103 475 74 25
Binary 1010100 10101 1000010 0 1001011 10101 1000011 100111101 111100 10101

Color Harmonies of #541542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541542

Black with #541542

Text Example


Text Example

White with #541542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541542; }

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

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

background-color css

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

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

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

border-color css

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

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

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