#540025

Color #540025 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #540025

Tints of Tyrian Purple #540025

Color information

#540025 (or 0x540025) is unknown color: approx Tyrian Purple. HEX triplet: 54, 00 and 25. RGB value is (84,0,37). Sum of RGB (Red+Green+Blue) = 84+0+37=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #540025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540025 is #ABFFDA. Grayscale: #1D1D1D. Windows color (decimal): -11272155 or 2424916. OLE color: 2424916.

HSL color Cylindrical-coordinate representation of color #540025: hue angle of 333.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540025 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB84037-
CMYK010.560.67
HSL333.57º100%16.47%-
HSV(B)333.57º100%32.94%-
XYZ3.992.021.93-
YUV29.33132.33166.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 69.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=69.42%
G=0%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84037010.560.67333.5710016.47
Hex54025064384314e6410
Octal12404501447010351614420
Binary10101000100101011001001110001000011101001110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540025; }

 p { color: rgb(84,0,37); }

 H1.HeaderClassName
 {
   color: #540025;
 }
 .AnyTagClassName
 {
   color: #540025;
 }
</style>
background-color css

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

 a { background-color: rgb(84,0,37); }

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

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

 span { border-color: rgb(84,0,37); }

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