Html Css Color HEX #540025 Tyrian Purple

📋 copy color: '#540025'

red 84 ◦ green 0 ◦ blue 37

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

Shades of Tyrian Purple #540025

Tints of Tyrian Purple #540025

RGB

 RED value IS 84 (33.2% 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 value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#540025 (or 0x540025) is known color: 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

RGB 84 0 37 -
CMYK 0 1 0.56 0.67
HSL 333.57º 1% 0.16% -
HSV(B) 333.57º 1% 0.33% -
XYZ 3.99 2.02 1.93 -
YUV 29.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 84 0 37 0 1 0.56 0.67 333.57 1 0.16
Hex 54 0 25 0 64 38 43 14E 64 10
Octal 124 0 45 0 144 70 103 516 144 20
Binary 1010100 0 100101 0 1100100 111000 1000011 101001110 1100100 10000

Color Harmonies of #540025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540025

Black with #540025

Text Example


Text Example

White with #540025

Text Example


Text Example

HTML Codes & Css Web 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>