Html Css Color HEX #540030 Tyrian Purple

📋 copy color: '#540030'

red 84 ◦ green 0 ◦ blue 48

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

Shades of Tyrian Purple #540030

Tints of Tyrian Purple #540030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.64%
G = 0%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#540030 (or 0x540030) is known color: Tyrian Purple. HEX triplet: 54, 00 and 30. RGB value is (84,0,48). Sum of RGB (Red+Green+Blue) = 84+0+48=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #540030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540030 is #ABFFCF. Grayscale: #1E1E1E. Windows color (decimal): -11272144 or 3145812. OLE color: 3145812.

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

Color convert

RGB 84 0 48 -
CMYK 0 1 0.43 0.67
HSL 325.71º 1% 0.16% -
HSV(B) 325.71º 1% 0.33% -
XYZ 4.19 2.1 2.98 -
YUV 30.59 137.83 166.1 -
System Red Green Blue C M Y K H S L
Decimal 84 0 48 0 1 0.43 0.67 325.71 1 0.16
Hex 54 0 30 0 64 2B 43 146 64 10
Octal 124 0 60 0 144 53 103 506 144 20
Binary 1010100 0 110000 0 1100100 101011 1000011 101000110 1100100 10000

Color Harmonies of #540030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540030

Black with #540030

Text Example


Text Example

White with #540030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540030; }

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

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

background-color css

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

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

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

border-color css

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

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

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