Html Css Color HEX #540332 Tyrian Purple

📋 copy color: '#540332'

red 84 ◦ green 3 ◦ blue 50

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

Shades of Tyrian Purple #540332

Tints of Tyrian Purple #540332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

 BLUE value IS 50 (19.92% from 255) = 36.5%

R = 61.31%
G = 2.19%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#540332 (or 0x540332) is known color: Tyrian Purple. HEX triplet: 54, 03 and 32. RGB value is (84,3,50). Sum of RGB (Red+Green+Blue) = 84+3+50=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #540332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540332 is #ABFCCD. Grayscale: #202020. Windows color (decimal): -11271374 or 3277652. OLE color: 3277652.

HSL color Cylindrical-coordinate representation of color #540332: hue angle of 325.19º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540332 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 3 50 -
CMYK 0 0.96 0.40 0.67
HSL 325.19º 0.93% 0.17% -
HSV(B) 325.19º 0.96% 0.33% -
XYZ 4.26 2.18 3.21 -
YUV 32.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 84 3 50 0 0.96 0.40 0.67 325.19 0.93 0.17
Hex 54 3 32 0 60 28 43 145 5D 11
Octal 124 3 62 0 140 50 103 505 135 21
Binary 1010100 11 110010 0 1100000 101000 1000011 101000101 1011101 10001

Color Harmonies of #540332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540332

Black with #540332

Text Example


Text Example

White with #540332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540332; }

 p { color: rgb(84,3,50); }

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

background-color css

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

 a { background-color: rgb(84,3,50); }

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

border-color css

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

 span { border-color: rgb(84,3,50); }

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