#54062F

Color #54062F Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #54062F

Tints of Tyrian Purple #54062F

Color information

#54062F (or 0x54062F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 06 and 2F. RGB value is (84,6,47). Sum of RGB (Red+Green+Blue) = 84+6+47=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #54062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54062F is #ABF9D0. Grayscale: #212121. Windows color (decimal): -11270609 or 3081812. OLE color: 3081812.

HSL color Cylindrical-coordinate representation of color #54062F: hue angle of 328.46º 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 #54062F is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB84647-
CMYK00.930.440.67
HSL328.46º86.67%17.65%-
HSV(B)328.46º92.86%32.94%-
XYZ4.232.222.89-
YUV34135.34163.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=61.31%
G=4.38%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8464700.930.440.67328.4686.6717.65
Hex5462F05D2C431485712
Octal12465701355410351012722
Binary1010100110101111010111011011001000011101001000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54062F;
 }
 .AnyTagClassName
 {
   color: #54062F;
 }
</style>
background-color css

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

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

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

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

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

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