#540630

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

Shades of Tyrian Purple #540630

Tints of Tyrian Purple #540630

Color information

#540630 (or 0x540630) is unknown color: approx Tyrian Purple. HEX triplet: 54, 06 and 30. RGB value is (84,6,48). Sum of RGB (Red+Green+Blue) = 84+6+48=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #540630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540630 is #ABF9CF. Grayscale: #222222. Windows color (decimal): -11270608 or 3147348. OLE color: 3147348.

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

Color convert

RGB84648-
CMYK00.930.430.67
HSL327.69º86.67%17.65%-
HSV(B)327.69º92.86%32.94%-
XYZ4.252.233-
YUV34.11135.84163.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=60.87%
G=4.35%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8464800.930.430.67327.6986.6717.65
Hex5463005D2B431485712
Octal12466001355310351012722
Binary1010100110110000010111011010111000011101001000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540630; }

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

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

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

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

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

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

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

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