Html Css Color HEX #540035 Tyrian Purple

📋 copy color: '#540035'

red 84 ◦ green 0 ◦ blue 53

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

Shades of Tyrian Purple #540035

Tints of Tyrian Purple #540035

RGB

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

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

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

R = 61.31%
G = 0%
B = 38.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#540035 (or 0x540035) is known color: Tyrian Purple. HEX triplet: 54, 00 and 35. RGB value is (84,0,53). Sum of RGB (Red+Green+Blue) = 84+0+53=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #540035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540035 is #ABFFCA. Grayscale: #1F1F1F. Windows color (decimal): -11272139 or 3473492. OLE color: 3473492.

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

Color convert

RGB 84 0 53 -
CMYK 0 1 0.37 0.67
HSL 322.14º 1% 0.16% -
HSV(B) 322.14º 1% 0.33% -
XYZ 4.3 2.14 3.56 -
YUV 31.16 140.33 165.69 -
System Red Green Blue C M Y K H S L
Decimal 84 0 53 0 1 0.37 0.67 322.14 1 0.16
Hex 54 0 35 0 64 25 43 142 64 10
Octal 124 0 65 0 144 45 103 502 144 20
Binary 1010100 0 110101 0 1100100 100101 1000011 101000010 1100100 10000

Color Harmonies of #540035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540035

Black with #540035

Text Example


Text Example

White with #540035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540035; }

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

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

background-color css

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

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

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

border-color css

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

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

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