Html Css Color HEX #540530 Tyrian Purple

📋 copy color: '#540530'

red 84 ◦ green 5 ◦ blue 48

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

Shades of Tyrian Purple #540530

Tints of Tyrian Purple #540530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

 BLUE value IS 48 (19.14% from 255) = 35.04%

R = 61.31%
G = 3.65%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#540530 (or 0x540530) is known color: Tyrian Purple. HEX triplet: 54, 05 and 30. RGB value is (84,5,48). Sum of RGB (Red+Green+Blue) = 84+5+48=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #540530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540530 is #ABFACF. Grayscale: #212121. Windows color (decimal): -11270864 or 3147092. OLE color: 3147092.

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

Color convert

RGB 84 5 48 -
CMYK 0 0.94 0.43 0.67
HSL 327.34º 0.89% 0.17% -
HSV(B) 327.34º 0.94% 0.33% -
XYZ 4.24 2.21 3 -
YUV 33.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 84 5 48 0 0.94 0.43 0.67 327.34 0.89 0.17
Hex 54 5 30 0 5E 2B 43 147 59 11
Octal 124 5 60 0 136 53 103 507 131 21
Binary 1010100 101 110000 0 1011110 101011 1000011 101000111 1011001 10001

Color Harmonies of #540530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540530

Black with #540530

Text Example


Text Example

White with #540530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540530; }

 p { color: rgb(84,5,48); }

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

background-color css

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

 a { background-color: rgb(84,5,48); }

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

border-color css

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

 span { border-color: rgb(84,5,48); }

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