Html Css Color HEX #54062E Tyrian Purple

📋 copy color: '#54062E'

red 84 ◦ green 6 ◦ blue 46

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

Shades of Tyrian Purple #54062E

Tints of Tyrian Purple #54062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 46 (18.36% from 255) = 33.82%

R = 61.76%
G = 4.41%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#54062E (or 0x54062E) is known color: Tyrian Purple. HEX triplet: 54, 06 and 2E. RGB value is (84,6,46). Sum of RGB (Red+Green+Blue) = 84+6+46=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #54062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54062E is #ABF9D1. Grayscale: #212121. Windows color (decimal): -11270610 or 3016276. OLE color: 3016276.

HSL color Cylindrical-coordinate representation of color #54062E: hue angle of 329.23º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54062E is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 6 46 -
CMYK 0 0.93 0.45 0.67
HSL 329.23º 0.87% 0.18% -
HSV(B) 329.23º 0.93% 0.33% -
XYZ 4.21 2.21 2.79 -
YUV 33.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 84 6 46 0 0.93 0.45 0.67 329.23 0.87 0.18
Hex 54 6 2E 0 5D 2D 43 149 57 12
Octal 124 6 56 0 135 55 103 511 127 22
Binary 1010100 110 101110 0 1011101 101101 1000011 101001001 1010111 10010

Color Harmonies of #54062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54062E

Black with #54062E

Text Example


Text Example

White with #54062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54062E; }

 p { color: rgb(84,6,46); }

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

background-color css

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

 a { background-color: rgb(84,6,46); }

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

border-color css

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

 span { border-color: rgb(84,6,46); }

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