Html Css Color HEX #540450 Tyrian Purple

📋 copy color: '#540450'

red 84 ◦ green 4 ◦ blue 80

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

Shades of Tyrian Purple #540450

Tints of Tyrian Purple #540450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 50%
G = 2.38%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#540450 (or 0x540450) is known color: Tyrian Purple. HEX triplet: 54, 04 and 50. RGB value is (84,4,80). Sum of RGB (Red+Green+Blue) = 84+4+80=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #540450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540450 is #ABFBAF. Grayscale: #242424. Windows color (decimal): -11271088 or 5243988. OLE color: 5243988.

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

Color convert

RGB 84 4 80 -
CMYK 0 0.95 0.05 0.67
HSL 303º 0.91% 0.17% -
HSV(B) 303º 0.95% 0.33% -
XYZ 5.15 2.55 7.81 -
YUV 36.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 84 4 80 0 0.95 0.05 0.67 303 0.91 0.17
Hex 54 4 50 0 5F 5 43 12F 5B 11
Octal 124 4 120 0 137 5 103 457 133 21
Binary 1010100 100 1010000 0 1011111 101 1000011 100101111 1011011 10001

Color Harmonies of #540450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540450

Black with #540450

Text Example


Text Example

White with #540450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540450; }

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

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

background-color css

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

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

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

border-color css

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

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

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