Html Css Color HEX #540430 Tyrian Purple

📋 copy color: '#540430'

red 84 ◦ green 4 ◦ blue 48

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

Shades of Tyrian Purple #540430

Tints of Tyrian Purple #540430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

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

R = 61.76%
G = 2.94%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#540430 (or 0x540430) is known color: Tyrian Purple. HEX triplet: 54, 04 and 30. RGB value is (84,4,48). Sum of RGB (Red+Green+Blue) = 84+4+48=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #540430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540430 is #ABFBCF. Grayscale: #202020. Windows color (decimal): -11271120 or 3146836. OLE color: 3146836.

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

Color convert

RGB 84 4 48 -
CMYK 0 0.95 0.43 0.67
HSL 327º 0.91% 0.17% -
HSV(B) 327º 0.95% 0.33% -
XYZ 4.23 2.19 2.99 -
YUV 32.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 84 4 48 0 0.95 0.43 0.67 327 0.91 0.17
Hex 54 4 30 0 5F 2B 43 147 5B 11
Octal 124 4 60 0 137 53 103 507 133 21
Binary 1010100 100 110000 0 1011111 101011 1000011 101000111 1011011 10001

Color Harmonies of #540430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540430

Black with #540430

Text Example


Text Example

White with #540430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540430; }

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

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

background-color css

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

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

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

border-color css

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

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

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