Html Css Color HEX #540248 Tyrian Purple

📋 copy color: '#540248'

red 84 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #540248

Tints of Tyrian Purple #540248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 45.57%

R = 53.16%
G = 1.27%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#540248 (or 0x540248) is known color: Tyrian Purple. HEX triplet: 54, 02 and 48. RGB value is (84,2,72). Sum of RGB (Red+Green+Blue) = 84+2+72=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #540248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540248 is #ABFDB7. Grayscale: #222222. Windows color (decimal): -11271608 or 4719188. OLE color: 4719188.

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

Color convert

RGB 84 2 72 -
CMYK 0 0.98 0.14 0.67
HSL 308.78º 0.95% 0.17% -
HSV(B) 308.78º 0.98% 0.33% -
XYZ 4.85 2.4 6.34 -
YUV 34.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 84 2 72 0 0.98 0.14 0.67 308.78 0.95 0.17
Hex 54 2 48 0 62 E 43 135 5F 11
Octal 124 2 110 0 142 16 103 465 137 21
Binary 1010100 10 1001000 0 1100010 1110 1000011 100110101 1011111 10001

Color Harmonies of #540248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540248

Black with #540248

Text Example


Text Example

White with #540248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540248; }

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

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

background-color css

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

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

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

border-color css

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

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

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