Html Css Color HEX #540251 Tyrian Purple

📋 copy color: '#540251'

red 84 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #540251

Tints of Tyrian Purple #540251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 48.5%

R = 50.3%
G = 1.2%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#540251 (or 0x540251) is known color: Tyrian Purple. HEX triplet: 54, 02 and 51. RGB value is (84,2,81). Sum of RGB (Red+Green+Blue) = 84+2+81=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #540251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540251 is #ABFDAE. Grayscale: #232323. Windows color (decimal): -11271599 or 5309012. OLE color: 5309012.

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

Color convert

RGB 84 2 81 -
CMYK 0 0.98 0.04 0.67
HSL 302.2º 0.95% 0.17% -
HSV(B) 302.2º 0.98% 0.33% -
XYZ 5.16 2.52 8 -
YUV 35.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 84 2 81 0 0.98 0.04 0.67 302.2 0.95 0.17
Hex 54 2 51 0 62 4 43 12E 5F 11
Octal 124 2 121 0 142 4 103 456 137 21
Binary 1010100 10 1010001 0 1100010 100 1000011 100101110 1011111 10001

Color Harmonies of #540251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540251

Black with #540251

Text Example


Text Example

White with #540251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540251; }

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

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

background-color css

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

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

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

border-color css

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

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

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