Html Css Color HEX #540229 Tyrian Purple

📋 copy color: '#540229'

red 84 ◦ green 2 ◦ blue 41

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

Shades of Tyrian Purple #540229

Tints of Tyrian Purple #540229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.57%

 BLUE value IS 41 (16.41% from 255) = 32.28%

R = 66.14%
G = 1.57%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#540229 (or 0x540229) is known color: Tyrian Purple. HEX triplet: 54, 02 and 29. RGB value is (84,2,41). Sum of RGB (Red+Green+Blue) = 84+2+41=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #540229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540229 is #ABFDD6. Grayscale: #1E1E1E. Windows color (decimal): -11271639 or 2687572. OLE color: 2687572.

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

Color convert

RGB 84 2 41 -
CMYK 0 0.98 0.51 0.67
HSL 331.46º 0.95% 0.17% -
HSV(B) 331.46º 0.98% 0.33% -
XYZ 4.08 2.09 2.29 -
YUV 30.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 84 2 41 0 0.98 0.51 0.67 331.46 0.95 0.17
Hex 54 2 29 0 62 33 43 14B 5F 11
Octal 124 2 51 0 142 63 103 513 137 21
Binary 1010100 10 101001 0 1100010 110011 1000011 101001011 1011111 10001

Color Harmonies of #540229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540229

Black with #540229

Text Example


Text Example

White with #540229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540229; }

 p { color: rgb(84,2,41); }

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

background-color css

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

 a { background-color: rgb(84,2,41); }

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

border-color css

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

 span { border-color: rgb(84,2,41); }

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