Html Css Color HEX #540033 Tyrian Purple

📋 copy color: '#540033'

red 84 ◦ green 0 ◦ blue 51

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

Shades of Tyrian Purple #540033

Tints of Tyrian Purple #540033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 37.78%

R = 62.22%
G = 0%
B = 37.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#540033 (or 0x540033) is known color: Tyrian Purple. HEX triplet: 54, 00 and 33. RGB value is (84,0,51). Sum of RGB (Red+Green+Blue) = 84+0+51=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #540033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540033 is #ABFFCC. Grayscale: #1E1E1E. Windows color (decimal): -11272141 or 3342420. OLE color: 3342420.

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

Color convert

RGB 84 0 51 -
CMYK 0 1 0.39 0.67
HSL 323.57º 1% 0.16% -
HSV(B) 323.57º 1% 0.33% -
XYZ 4.25 2.12 3.32 -
YUV 30.93 139.33 165.85 -
System Red Green Blue C M Y K H S L
Decimal 84 0 51 0 1 0.39 0.67 323.57 1 0.16
Hex 54 0 33 0 64 27 43 144 64 10
Octal 124 0 63 0 144 47 103 504 144 20
Binary 1010100 0 110011 0 1100100 100111 1000011 101000100 1100100 10000

Color Harmonies of #540033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540033

Black with #540033

Text Example


Text Example

White with #540033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540033; }

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

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

background-color css

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

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

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

border-color css

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

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

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