Html Css Color HEX #540435 Tyrian Purple

📋 copy color: '#540435'

red 84 ◦ green 4 ◦ blue 53

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

Shades of Tyrian Purple #540435

Tints of Tyrian Purple #540435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 37.59%

R = 59.57%
G = 2.84%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#540435 (or 0x540435) is known color: Tyrian Purple. HEX triplet: 54, 04 and 35. RGB value is (84,4,53). Sum of RGB (Red+Green+Blue) = 84+4+53=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #540435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540435 is #ABFBCA. Grayscale: #212121. Windows color (decimal): -11271115 or 3474516. OLE color: 3474516.

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

Color convert

RGB 84 4 53 -
CMYK 0 0.95 0.37 0.67
HSL 323.25º 0.91% 0.17% -
HSV(B) 323.25º 0.95% 0.33% -
XYZ 4.34 2.23 3.57 -
YUV 33.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 84 4 53 0 0.95 0.37 0.67 323.25 0.91 0.17
Hex 54 4 35 0 5F 25 43 143 5B 11
Octal 124 4 65 0 137 45 103 503 133 21
Binary 1010100 100 110101 0 1011111 100101 1000011 101000011 1011011 10001

Color Harmonies of #540435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540435

Black with #540435

Text Example


Text Example

White with #540435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540435; }

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

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

background-color css

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

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

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

border-color css

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

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

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