Html Css Color HEX #540250 Tyrian Purple

📋 copy color: '#540250'

red 84 ◦ green 2 ◦ blue 80

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

Shades of Tyrian Purple #540250

Tints of Tyrian Purple #540250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.19%

R = 50.6%
G = 1.2%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#540250 (or 0x540250) is known color: Tyrian Purple. HEX triplet: 54, 02 and 50. RGB value is (84,2,80). Sum of RGB (Red+Green+Blue) = 84+2+80=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #540250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540250 is #ABFDAF. Grayscale: #232323. Windows color (decimal): -11271600 or 5243476. OLE color: 5243476.

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

Color convert

RGB 84 2 80 -
CMYK 0 0.98 0.05 0.67
HSL 302.93º 0.95% 0.17% -
HSV(B) 302.93º 0.98% 0.33% -
XYZ 5.13 2.51 7.8 -
YUV 35.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 84 2 80 0 0.98 0.05 0.67 302.93 0.95 0.17
Hex 54 2 50 0 62 5 43 12F 5F 11
Octal 124 2 120 0 142 5 103 457 137 21
Binary 1010100 10 1010000 0 1100010 101 1000011 100101111 1011111 10001

Color Harmonies of #540250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540250

Black with #540250

Text Example


Text Example

White with #540250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540250; }

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

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

background-color css

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

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

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

border-color css

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

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

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